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

31 lines
889 B
JSON
Raw Normal View History

2019-06-11 05:09:50 +00:00
{
2019-06-21 08:47:18 +00:00
"name": "@cc-server/db",
2020-01-07 02:00:32 +00:00
"version": "0.7.0",
"description": "> TODO: description",
2019-06-11 05:09:50 +00:00
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/502647092/cc-server-parent#readme",
2019-06-11 05:09:50 +00:00
"license": "ISC",
"main": "dist/index.js",
2019-10-17 08:49:27 +00:00
"typings": "dist/index.d.ts",
2019-06-11 05:09:50 +00:00
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/502647092/cc-server-parent.git"
},
"scripts": {
"watch": "npx tsc --watch",
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"
},
"devDependencies": {
2020-01-07 02:00:32 +00:00
"mocha": "^7.0.0",
"rimraf": "^3.0.0",
"typescript": "^3.7.4"
2019-06-20 13:05:49 +00:00
}
2019-06-21 09:40:54 +00:00
}