mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"name": "${1:package-name}",
|
|
"description": "${2:description}",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"`user-full-name` <`user-mail-address`>"
|
|
],
|
|
"main": "public/app.js",
|
|
"moduleType": [],
|
|
"homepage": "",
|
|
"dependencies": {
|
|
`%`$0
|
|
}
|
|
} |