-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 KB
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
53
54
55
{
"name": "typeorm-mui-query",
"version": "1.2.6",
"description": "MUI TypeORM querybuilder",
"keywords": [
"MUI",
"TypeORM"
],
"license": "ISC",
"main": "output/main.js",
"module": "output/main.mjs",
"types": "output/main.d.ts",
"files": [
"output"
],
"scripts": {
"build": "rollup -c",
"predeploy": "npm run lint && npm run test && npm run build",
"deploy": "npm version patch && npm publish",
"lint": "eslint src --ext .ts",
"typecheck": "tsc",
"test": "ts-mocha -p test/tsconfig.json test/*.ts"
},
"devDependencies": {
"@mui/x-data-grid": "6.17.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@tsconfig/node18": "18.2.2",
"@types/aws-lambda": "8.10.125",
"@types/mocha": "10.0.3",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.52.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"mocha": "10.2.0",
"prettier": "2.8.8",
"rollup": "4.1.5",
"sqlite3": "5.1.6",
"ts-mocha": "10.0.0",
"typeorm": "0.3.17",
"typescript": "5.2.2"
},
"peerDependencies": {
"typeorm": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceInvaderTech/typeorm-mui-query.git"
},
"bugs": {
"url": "https://github.com/SpaceInvaderTech/typeorm-mui-query/issues"
},
"homepage": "https://github.com/SpaceInvaderTech/typeorm-mui-query#readme"
}