-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 887 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "query-unit-orm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc src/index.ts --outDir execute",
"npm-service": "tsc src/index.ts --outDir F:/后端工程化项目/npm包部署/query-unit-orm",
"clean": "rd /s/q execute",
"exe_start": "node local_expamles/start.js",
"exe_mongodb": "node local_expamles/mongodb.js",
"exe_mysql": "node local_expamles/mysql.js",
"exe_manyTable": "node local_expamles/manyTableLink.js",
"compare_mongodb": "node local_expamles/mongodb.js"
},
"author": "greatiga",
"license": "ISC",
"dependencies": {
"@types/node": "^14.14.7",
"chalk": "^4.1.0",
"fs": "^0.0.1-security",
"mongoose": "^5.10.18",
"mysql": "^2.18.1",
"query-unit-orm": "^1.0.1",
"typescript": "^4.0.5"
}
}