@weshare/crd
Version:
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@weshare/crd",
"version": "1.5.0",
"description": "commit收集工具",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"scripts": {
"start": "ts-node index.ts",
"test": "node -r ts-node/register index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicianShiro/weshare-cli"
},
"homepage": "https://github.com/magicianShiro/weshare-cli#readme",
"keywords": [
"weshare-cli",
"crd",
"@weshare",
"@weshare/crd"
],
"author": "magicianShiro <navi@movom.cc>",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^8.0.1",
"@types/ini": "^1.3.30",
"@types/node": "^12.12.12",
"@types/nodemailer": "^6.2.2",
"@types/yaml": "^1.2.0",
"ts-node": "^8.5.4",
"typescript": "^3.7.2"
},
"dependencies": {
"axios": "^0.19.0",
"commander": "^4.0.1",
"fs-extra": "^8.1.0",
"ini": "^1.3.5",
"nodemailer": "^6.4.1",
"yaml": "^1.7.2"
},
"gitHead": "53a859606aa7f48c0551343f29b52c4e7584b128"
}