-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 888 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
{
"name": "@globetrotte/main",
"version": "1.0.0",
"private": true,
"author": "BinHong Lee <[email protected]>",
"scripts": {
"build": "pnpm run -r build",
"format": "pnpm run -r format",
"install_playwright": "cd src/cockpit && pnpx playwright install && pnpm i",
"lint": "pnpm -r run lint",
"postinstall": "touch node_modules/go.mod",
"test:vitest": "pnpm run --filter src/glareshield/all build && pnpm run -r test:vitest"
},
"dependencies": {
},
"@comment devDependencies": [
"Not sure why we need pug here tbh but it doesn't work in its own project."
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"eslint": "8.40.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8",
"pug": "3.0.2",
"typescript": "4.9.5"
},
"license": "AGPL 3.0"
}