@kd-kfront/knpm
Version:
knpm: npm client for knpm
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "@kd-kfront/knpm",
"version": "0.0.11",
"description": "knpm: npm client for knpm",
"main": "bin/knpm",
"files": [
"bin",
"lib"
],
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"lint": "eslint bin lib test/*.js",
"ci": "npm run lint && npm run test",
"autod": "autod"
},
"preferGlobal": true,
"bin": {
"knpm": "bin/knpm"
},
"dependencies": {
"auto-correct": "^1.0.0",
"bagpipe": "^0.3.5",
"chalk": "^4.0.0",
"clear": "^0.1.0",
"colors": "^1.1.2",
"commander": "~2.10.0",
"cross-spawn": "~0.2.8",
"debug": "^2.2.0",
"figlet": "^1.4.0",
"giturl": "^1.0.0",
"ini": "^1.3.4",
"inquirer": "^7.1.0",
"npm": "^6.13.4",
"npm-request": "^1.0.0",
"npminstall": "^3.25.2",
"open": "^0.0.5",
"request": "^2.88.2",
"urllib": "^2.17.0"
},
"devDependencies": {
"autod": "^2.7.1",
"coffee": "^3.3.0",
"egg-bin": "^4.7.0",
"egg-ci": "^1.1.0",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"fs-extra": "0",
"rimraf": "^2.5.4"
},
"keywords": [
"knpm",
"npm",
"npminstall"
],
"engines": {
"node": ">= 6.0.0"
},
"author": "mayuliang_jkcpx <mayuliang_jkcpx@kedacom.com>",
"license": "MIT"
}