-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mingru-models",
"version": "0.66.0",
"description": "Strongly typed database models in TypeScript",
"type": "module",
"exports": "./dist/main.js",
"types": "dist/main.d.ts",
"author": "Mgenware (https://github.com/mgenware)",
"homepage": "https://github.com/mgenware/mingru-models",
"bugs": "https://github.com/mgenware/mingru-models/issues",
"keywords": [
"database",
"sql generator"
],
"repository": {
"type": "git",
"url": "https://github.com/mgenware/mingru-models.git"
},
"license": "MIT",
"scripts": {
"test": "daizong build",
"r": "daizong"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"/dist/**/*.js",
"/dist/**/*.ts",
"/dist/**/*.map"
],
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"daizong": "^0.26.0",
"eslint": "^8.40.0",
"eslint-config-mgenware": "^0.9.0",
"eslint-plugin-import": "^2.27.5",
"it-throws": "^4.2.0",
"mgenware-tsconfig-node-x": "^16.3.0",
"mocha": "^10.2.0",
"source-map-support": "^0.5.21",
"typescript": "^5.0.4"
},
"dependencies": {
"decamelize": "^6.0.0",
"must-be-err": "^0.1.1",
"to-type-string": "^2.0.1"
}
}