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

28 lines
1.0 KiB
JSON
Raw Normal View History

2019-06-11 05:09:50 +00:00
{
"name": "cc-server-db",
2019-06-11 10:51:40 +00:00
"version": "0.2.0",
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": {
"build": "npx tsc",
"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 05:10:25 +00:00
}