smartscaf/package.json

65 lines
1.5 KiB
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "@pushrocks/smartscaf",
2022-06-25 22:31:58 +00:00
"version": "4.0.3",
"private": false,
2017-04-28 12:09:42 +00:00
"description": "scaffold projects quickly",
2022-06-25 01:19:16 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-04-28 12:09:42 +00:00
"scripts": {
"test": "(tstest test/)",
2022-06-25 22:31:57 +00:00
"build": "(tsbuild --web --allowimplicitany)",
2022-06-25 01:19:16 +00:00
"buildDocs": "tsdoc"
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": {
2022-06-25 01:19:16 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.0",
2020-01-31 14:51:05 +00:00
"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": {
2022-06-25 01:19:16 +00:00
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartfile": "^10.0.2",
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",
2022-06-25 01:19:16 +00:00
"@pushrocks/smartinteract": "^2.0.11",
"@pushrocks/smartparam": "^1.1.6",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/smartyaml": "^2.0.5"
2019-09-10 16:03:33 +00:00
},
"files": [
2020-01-31 14:51:05 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2022-06-25 01:19:16 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-01-31 14:51:05 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-09-10 16:03:33 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2022-06-25 01:19:16 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2019-09-10 16:03:33 +00:00
]
2022-06-25 01:19:43 +00:00
}