-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.87 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
53
54
55
56
{
"name": "typed-query-builder",
"license": "GPL-3.0-or-later",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build",
"pub": "lerna publish",
"compile": "lerna run compile",
"test": "lerna run test",
"builder": "yarn workspace @typed-query-builder/builder",
"sql": "yarn workspace @typed-query-builder/sql",
"sql-mssql": "yarn workspace @typed-query-builder/sql-mssql",
"mssql": "yarn workspace @typed-query-builder/mssql",
"sql-pgsql": "yarn workspace @typed-query-builder/sql-pgsql",
"pgsql": "yarn workspace @typed-query-builder/pgsql",
"runtime": "yarn workspace @typed-query-builder/run"
},
"devDependencies": {
"@types/jest": "25.2.1",
"@types/node": "11.13.4",
"commitizen": "3.0.7",
"cross-var": "1.1.0",
"cz-conventional-changelog": "2.1.0",
"gzip-size-cli": "3.0.0",
"irish-pub": "0.2.0",
"jest": "26.6.0",
"jest-cli": "24.7.1",
"lerna": "^3.22.1",
"lint-staged": "8.1.5",
"prettier": "1.17.0",
"shx": "0.3.2",
"standard-version": "5.0.2",
"strip-json-comments-cli": "1.0.1",
"ts-jest": "^26.4.4",
"ts-loader": "6.2.1",
"tsconfig-paths": "^3.9.0",
"tslint": "5.16.0",
"tslint-config-prettier": "1.18.0",
"tslint-config-standard": "8.0.1",
"tslint-loader": "3.5.4",
"tslint-no-circular-imports": "0.7.0",
"tslint-react": "4.0.0",
"typedoc": "0.14.2",
"typescript": "4.1.3",
"uglify-js": "3.5.4",
"uglifyjs-webpack-plugin": "2.1.2",
"validate-commit-msg": "2.14.0",
"webpack": "5.1.0",
"webpack-cli": "4.0.0",
"webpack-config-utils": "2.3.1"
}
}