-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.27 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.27 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
{
"name": "interview-proofreader",
"version": "1.0.0",
"description": "",
"type": "module",
"private": true,
"scripts": {
"format": "prettier --write src/ functions/",
"format:check": "prettier --check src/ functions/",
"build": "cross-env NODE_OPTIONS=--experimental-transform-types NODE_ENV=production rspack build",
"dev": "cross-env NODE_OPTIONS=--experimental-transform-types NODE_ENV=development rspack serve",
"prepare": "ts-patch install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Larva06/interview-proofreader.git"
},
"author": "Larva06",
"license": "MIT",
"bugs": {
"url": "https://github.com/Larva06/interview-proofreader/issues"
},
"homepage": "https://github.com/Larva06/interview-proofreader#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20250303.0",
"@google/generative-ai": "^0.24.0",
"@robot-inventor/tsconfig-base": "^7.0.0",
"@rspack/cli": "^1.4.8",
"@rspack/core": "^1.2.7",
"@typia/unplugin": "^12.0.1",
"cross-env": "^10.0.0",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"prettier": "^3.5.3",
"the-new-css-reset": "^1.11.3",
"ts-patch": "^3.3.0",
"typescript": "^5.9.2",
"typia": "^12.0.1"
}
}