smartnpm/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2017-08-14 15:50:48 +00:00
{
"name": "@pushrocks/smartnpm",
2021-06-07 11:59:57 +00:00
"version": "1.0.39",
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-10-02 14:39:46 +00:00
"@gitzone/tsbuild": "^2.1.25",
2020-06-25 20:03:52 +00:00
"@gitzone/tsrun": "^1.2.12",
2021-04-29 17:02:39 +00:00
"@gitzone/tstest": "^1.0.54",
2021-04-19 12:55:11 +00:00
"@pushrocks/tapbundle": "^3.2.14",
2021-05-10 16:12:11 +00:00
"@types/node": "^15.0.2",
2020-10-02 14:39:46 +00:00
"tslint": "^6.1.3",
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",
2021-05-10 16:12:11 +00:00
"@pushrocks/levelcache": "^1.0.10",
2021-04-19 14:22:42 +00:00
"@pushrocks/smartarchive": "^2.0.4",
2021-04-26 08:30:02 +00:00
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartpromise": "^3.1.5",
2020-10-02 14:39:46 +00:00
"@pushrocks/smartrequest": "^1.1.51",
2021-05-10 16:12:11 +00:00
"@pushrocks/smarttime": "^3.0.38",
2021-04-26 08:30:02 +00:00
"@pushrocks/smartversion": "^2.0.7",
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-10-02 13:28:39 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-09-06 09:12:23 +00:00
]
2020-10-02 13:28:40 +00:00
}