npmextra/package.json

32 lines
748 B
JSON

{
"name": "npmextra",
"version": "2.0.6",
"description": "do more with npm",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"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"
},
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
"dependencies": {
"beautylog": "^6.1.10",
"smartfile": "^4.2.17",
"smartlodash": "^1.0.1",
"smartpath": "^3.2.8",
"smartq": "^1.1.6",
"tapbundle": "^1.1.1",
"taskbuffer": "^1.0.22",
"typings-global": "^1.0.19"
},
"devDependencies": {}
}