smartscaf/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "@pushrocks/smartscaf",
2019-09-10 16:00:13 +00:00
"version": "3.0.4",
"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",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.4"
2017-04-28 22:44:23 +00:00
},
"dependencies": {
2019-09-10 15:59:29 +00:00
"@pushrocks/lik": "^3.0.11",
"@pushrocks/smartfile": "^7.0.4",
"@pushrocks/smartfm": "^2.0.4",
"@pushrocks/smarthbs": "^2.0.4",
"@pushrocks/smartinteract": "^2.0.4",
2019-09-10 15:59:29 +00:00
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartyaml": "^2.0.3"
2017-04-28 22:44:23 +00:00
}
2019-02-17 16:17:47 +00:00
}