smartnpm/package.json

22 lines
463 B
JSON
Raw Normal View History

2017-08-14 15:50:48 +00:00
{
"name": "smartnpm",
2018-02-14 22:51:50 +00:00
"version": "1.0.6",
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": "(npmts)"
},
"devDependencies": {
2018-02-14 22:51:08 +00:00
"@types/node": "^9.4.6",
"tapbundle": "^1.1.8"
2017-08-14 15:50:48 +00:00
},
"dependencies": {
2018-02-14 22:51:08 +00:00
"beautycolor": "^1.0.11",
2017-08-15 15:03:21 +00:00
"beautylog": "^6.1.10",
2018-02-14 22:51:08 +00:00
"smartrequest": "^1.0.8"
2017-08-14 15:50:48 +00:00
}
}