smartnpm/package.json
2018-02-14 23:51:50 +01:00

22 lines
463 B
JSON

{
"name": "smartnpm",
"version": "1.0.6",
"description": "interface with npm to retrieve package information",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"@types/node": "^9.4.6",
"tapbundle": "^1.1.8"
},
"dependencies": {
"beautycolor": "^1.0.11",
"beautylog": "^6.1.10",
"smartrequest": "^1.0.8"
}
}