npmextra/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2016-07-13 22:14:28 +00:00
{
"name": "@pushrocks/npmextra",
2019-09-16 11:19:42 +00:00
"version": "3.0.7",
"private": false,
2016-07-13 22:14:28 +00:00
"description": "do more with npm",
2021-01-27 21:00:49 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-07-13 22:14:28 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-07-13 22:14:28 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/npmextra.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmextra/issues"
},
2016-07-16 23:23:22 +00:00
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
"dependencies": {
2021-01-27 21:00:49 +00:00
"@pushrocks/smartfile": "^8.0.8",
"@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartpath": "^4.0.3",
"@pushrocks/smartpromise": "^3.1.3",
"@pushrocks/taskbuffer": "^2.1.13"
2016-07-16 23:23:22 +00:00
},
2017-07-20 15:13:01 +00:00
"devDependencies": {
2021-01-27 21:00:49 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.10",
"@types/node": "^14.14.22",
"tslint": "^6.1.3",
2019-05-10 15:03:07 +00:00
"tslint-config-prettier": "^1.18.0"
2019-09-16 11:19:42 +00:00
},
"files": [
2021-01-27 21:00:49 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-16 11:19:42 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2021-01-27 21:00:49 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-09-16 11:19:42 +00:00
]
2021-01-27 21:00:49 +00:00
}