smartscaf/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "@pushrocks/smartscaf",
2020-01-31 14:51:06 +00:00
"version": "3.0.10",
"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/)",
2019-02-17 16:17:47 +00:00
"build": "(tsbuild)"
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": {
2019-09-10 15:59:29 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
2019-10-02 10:50:14 +00:00
"@gitzone/tstest": "^1.0.28",
2020-01-31 14:51:05 +00:00
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^13.5.3",
"tslint": "^6.0.0",
2019-10-11 19:56:11 +00:00
"tslint-config-prettier": "^1.18.0"
2017-04-28 22:44:23 +00:00
},
"dependencies": {
2020-01-31 14:51:05 +00:00
"@pushrocks/lik": "^3.0.13",
2019-10-02 10:50:14 +00:00
"@pushrocks/smartfile": "^7.0.6",
2019-09-10 15:59:29 +00:00
"@pushrocks/smartfm": "^2.0.4",
2019-09-10 16:18:30 +00:00
"@pushrocks/smarthbs": "^2.0.8",
"@pushrocks/smartinteract": "^2.0.4",
2020-01-31 14:51:05 +00:00
"@pushrocks/smartparam": "^1.1.3",
2019-10-02 10:50:14 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2019-10-11 19:56:11 +00:00
"@pushrocks/smartshell": "^2.0.25",
2019-09-10 15:59:29 +00:00
"@pushrocks/smartyaml": "^2.0.3"
2019-09-10 16:03:33 +00:00
},
"files": [
2020-01-31 14:51:05 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-10 16:03:33 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-01-31 14:51:06 +00:00
}