-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 937 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 937 Bytes
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
{
"name": "@jsmacrosce/typescript-template",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "tsc --noEmit && biome check .",
"format": "biome check --write .",
"build": "rspack build",
"watch": "rspack build --watch",
"generate-metadata": "node generate-metadata.js"
},
"keywords": [
"jsmacros",
"jsmacrosce",
"minecraft"
],
"author": "EastArctica",
"license": "MIT",
"packageManager": "pnpm@10.6.1",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@octokit/rest": "^21.1.1",
"@octokit/types": "^13.8.0",
"@rspack/cli": "^1.2.7",
"@rspack/core": "^1.2.7",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.17.16",
"glob": "^11.0.1",
"typescript": "^5.7.2"
}
}