npmextra/package.json

39 lines
1018 B
JSON
Raw Normal View History

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