2016-07-14 00:14:28 +02:00
|
|
|
{
|
2018-08-31 01:11:09 +02:00
|
|
|
"name": "@pushrocks/npmextra",
|
2019-05-10 17:07:26 +02:00
|
|
|
"version": "3.0.5",
|
2018-08-31 01:11:09 +02:00
|
|
|
"private": false,
|
2016-07-14 00:14:28 +02:00
|
|
|
"description": "do more with npm",
|
|
|
|
|
"main": "dist/index.js",
|
2016-07-17 02:11:41 +02:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-07-14 00:14:28 +02:00
|
|
|
"scripts": {
|
2018-08-31 01:11:09 +02:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
|
"build": "(tsbuild)"
|
2016-07-14 00:14:28 +02: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-17 01:23:22 +02:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
|
|
|
|
|
"dependencies": {
|
2019-05-10 16:55:39 +02:00
|
|
|
"@pushrocks/smartfile": "^7.0.2",
|
|
|
|
|
"@pushrocks/smartlog": "^2.0.19",
|
2018-08-31 01:11:09 +02:00
|
|
|
"@pushrocks/smartpath": "^4.0.1",
|
2019-05-10 16:55:39 +02:00
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
2019-05-10 17:03:07 +02:00
|
|
|
"@pushrocks/taskbuffer": "^2.0.7"
|
2016-07-17 01:23:22 +02:00
|
|
|
},
|
2017-07-20 17:13:01 +02:00
|
|
|
"devDependencies": {
|
2019-05-10 16:55:39 +02:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
|
|
|
"@gitzone/tsrun": "^1.2.6",
|
|
|
|
|
"@gitzone/tstest": "^1.0.20",
|
|
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
2019-05-10 17:03:07 +02:00
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
|
"tslint": "^5.16.0",
|
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2017-07-20 17:13:01 +02:00
|
|
|
}
|
2019-05-10 16:55:40 +02:00
|
|
|
}
|