smartnpm/package.json

26 lines
653 B
JSON
Raw Normal View History

2017-08-14 15:50:48 +00:00
{
"name": "@pushrocks/smartnpm",
2018-09-01 14:13:38 +00:00
"version": "1.0.7",
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",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
2017-08-14 15:50:48 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartrequest": "^1.1.14"
2017-08-14 15:50:48 +00:00
}
}