npmextra/package.json

38 lines
981 B
JSON
Raw Normal View History

2016-07-13 22:14:28 +00:00
{
"name": "@pushrocks/npmextra",
2018-08-30 23:11:09 +00:00
"version": "3.0.0",
"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": {
"@pushrocks/smartfile": "^6.0.8",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/taskbuffer": "^2.0.5",
"smartlodash": "^1.0.1"
2016-07-16 23:23:22 +00:00
},
2017-07-20 15:13:01 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
2017-07-20 15:13:01 +00:00
}
2018-08-30 23:11:09 +00:00
}