smartnpm/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2017-08-14 15:50:48 +00:00
{
"name": "@pushrocks/smartnpm",
2020-06-25 20:04:31 +00:00
"version": "1.0.17",
2018-09-01 14:40:42 +00:00
"private": false,
2017-08-14 15:50:48 +00:00
"description": "interface with npm to retrieve package information",
2020-03-17 00:38:58 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-08-14 15:50:48 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-25 20:03:52 +00:00
"build": "(tsbuild --web)"
2017-08-14 15:50:48 +00:00
},
"devDependencies": {
2020-06-25 20:03:52 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
2020-03-17 00:38:58 +00:00
"@pushrocks/tapbundle": "^3.2.1",
2020-06-25 20:03:52 +00:00
"@types/node": "^14.0.14",
"tslint": "^6.1.2",
2019-09-06 09:12:23 +00:00
"tslint-config-prettier": "^1.18.0"
2017-08-14 15:50:48 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
2020-03-17 00:38:58 +00:00
"@pushrocks/smartarchive": "^1.0.12",
2020-06-25 20:03:52 +00:00
"@pushrocks/smartfile": "^7.0.12",
2020-03-17 00:38:58 +00:00
"@pushrocks/smartrequest": "^1.1.47",
2019-09-06 09:12:23 +00:00
"package-json": "^6.5.0"
},
"files": [
2020-03-17 00:38:58 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-06 09:12:23 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-25 20:03:53 +00:00
}