smartscaf/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "@pushrocks/smartscaf",
2018-08-27 21:55:14 +00:00
"version": "2.0.0",
"private": false,
2017-04-28 12:09:42 +00:00
"description": "scaffold projects quickly",
"main": "dist/index.js",
2017-04-28 22:44:23 +00:00
"typings": "dist/index.d.ts",
2017-04-28 12:09:42 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
2017-08-09 14:57:32 +00:00
"testLocal": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)"
2017-04-28 12:09:42 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartscaf.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartscaf/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartscaf#README",
"keywords": [
"scaffold",
"polymer",
"npm"
2017-04-28 22:44:23 +00:00
],
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.2"
2017-04-28 22:44:23 +00:00
},
"dependencies": {
"@pushrocks/smartfile": "^6.0.8",
"@pushrocks/smartfm": "^2.0.1",
"@pushrocks/smarthbs": "^2.0.0",
"@pushrocks/smartinteract": "^2.0.4",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartyaml": "^2.0.3",
2017-08-09 13:31:35 +00:00
"@types/lodash": "^4.14.72",
"lodash": "^4.17.4"
2017-04-28 22:44:23 +00:00
}
2017-04-28 12:09:42 +00:00
}