npmextra/package.json

32 lines
706 B
JSON

{
"name": "npmextra",
"version": "1.0.4",
"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": {
"@types/q": "*",
"beautylog": "^5.0.14",
"q": "^1.4.1",
"smartfile": "^4.0.10",
"typings-global": "^1.0.6"
},
"devDependencies": {
"should": "^9.0.2",
"typings-test": "^1.0.1"
}
}