setup-project
Version:
Setup a JS project
19 lines (18 loc) • 364 B
JSON
{
"name": "<project>",
"version": "1.0.0",
"description": "Setup a JS project",
"main": "index.js",
"bin": {
"<project>": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://<repoSshUrl>"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MatthieuLemoine",
"license": "MIT"
}