1
0
Fork 0
cc-server-parent/packages/cc-server-db/package.json

31 lines
1.1 KiB
JSON
Raw Normal View History

2019-06-11 05:09:50 +00:00
{
"name": "cc-server-db",
2019-06-13 10:59:09 +00:00
"version": "0.2.5",
2019-06-11 05:09:50 +00:00
"description": "Now Im the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin letters to relatives / Embellishin my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "MiaoWoo <admin@yumc.pw>",
"license": "ISC",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/502647092/cc-server-parent.git"
},
"scripts": {
2019-06-11 16:25:53 +00:00
"build": "rimraf dist && npx tsc",
2019-06-11 05:09:50 +00:00
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/502647092/cc-server-parent/issues"
},
"homepage": "https://github.com/502647092/cc-server-parent#readme",
"dependencies": {
"typescript": "^3.5.1"
2019-06-11 16:25:53 +00:00
},
"devDependencies": {
"rimraf": "^2.6.3"
2019-06-11 05:09:50 +00:00
}
2019-06-11 16:35:58 +00:00
}