forked from Geo-Web-Project/js-geo-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 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
{
"name": "js-geo-web",
"private": true,
"scripts": {
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"lint": "turbo run lint",
"build": "pnpm --filter \"js-geo-web-*\" build:types && turbo run build:js",
"prepare": "pnpm build"
},
"devDependencies": {
"@jest/globals": "^29.0.3",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.0",
"@swc/jest": "^0.2.22",
"@types/jest": "^29.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.45.0",
"del-cli": "^5.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.3",
"prettier": "^2.7.1",
"turbo": "^1.4.3",
"typescript": "^4.9.0"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "[email protected]"
}