smartnpm/package.json

29 lines
741 B
JSON
Raw Normal View History

2017-08-14 15:50:48 +00:00
{
"name": "@pushrocks/smartnpm",
2018-11-07 22:42:28 +00:00
"version": "1.0.10",
2018-09-01 14:40:42 +00:00
"private": false,
2017-08-14 15:50:48 +00:00
"description": "interface with npm to retrieve package information",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-08-14 15:50:48 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2018-11-07 21:45:25 +00:00
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
2018-11-07 21:45:25 +00:00
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2017-08-14 15:50:48 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
2018-11-07 21:45:25 +00:00
"@pushrocks/smartlog": "^2.0.8",
"@pushrocks/smartrequest": "^1.1.14"
2017-08-14 15:50:48 +00:00
}
2018-09-01 14:40:42 +00:00
}