-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 855 Bytes
/
package.json
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
29
30
31
32
33
34
35
{
"name": "orm-modeling",
"version": "0.2.1",
"description": "A node orm modeling tool that generates types and docs.",
"main": "lib/index.js",
"scripts": {
"compile": "shx rm -rf lib && tsc",
"pub": "npm publish --registry=https://registry.npmjs.org",
"prepublish": "npm run compile"
},
"keywords": [
"orm",
"knex"
],
"author": {
"url": "https://github.com/ShinChven",
"name": "ShinChven ZHANG",
"email": "shinchven@gmail.com"
},
"repository": {
"url": "https://github.com/ShinChven/orm-modeling.git"
},
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/sqlite3": "^3.1.11",
"fs-extra": "^11.2.0",
"knex": "^3.1.0",
"mysql2": "^3.7.1",
"shx": "^0.3.4",
"typescript": "^5.3.3"
},
"dependencies": {}
}