the-scaffold
Version:
Scaffold for the-projects
59 lines (58 loc) • 1.39 kB
JSON
{
"name": "the-scaffold",
"version": "4.0.0",
"description": "Scaffold for the-projects",
"main": "lib",
"bin": {
"the-scaffold": "bin/the-scaffold"
},
"scripts": {
"test": "node ./ci/test.js",
"prepare": "node ./ci/build.js && node ./ci/tmplify.js"
},
"repository": "the-labo/the-scaffold",
"keywords": [
"the"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/the-labo/the-scaffold/issues"
},
"homepage": "https://github.com/the-labo/the-scaffold#readme",
"dependencies": {
"askconfig": "^4.0.2",
"co": "^4.6.0",
"commander": "^2.19.0",
"gitconfig": "^2.0.8",
"the-scope": "^3.0.0",
"the-store": "^7.1.6",
"tmplconv": "^3.2.1"
},
"devDependencies": {
"amocha": "^5.0.0",
"ape-formatting": "^1.0.2",
"ape-releasing": "^5.0.0",
"ape-tasking": "^4.0.9",
"ape-tmpl": "^6.0.11",
"ape-updating": "^5.0.1",
"coz": "^7.0.2",
"eslint": "^5.9.0",
"injectmock": "^2.0.0",
"pon-demo-site": "^6.0.3",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"the-db": "^9.6.27",
"the-demo-component": "^3.0.12",
"the-demo-lib": "^2.1.11",
"the-demo-resource": "^2.0.4"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}