-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.05 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
{
"name": "graphdlc",
"displayName": "GraphDLC",
"version": "3.0.2",
"description": "GraphDLC для стрелочек...",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production rolldown -c",
"lint": "npx biome check --write .",
"dev": "NODE_ENV=development concurrently \"npm run watch:game\" \"npm run watch:graphdlc\" \"npm run server\"",
"watch:game": "cd logic-arrows && npm run prod -- --watch --output-path=../dist/dev",
"watch:graphdlc": "rolldown -c -w",
"server": "sirv dist/dev --port 8080 --single --dev"
},
"keywords": [],
"author": "MerinPrime",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@rollup/plugin-terser": "^1.0.0",
"@types/archiver": "^8.0.0",
"@types/node": "^25.9.1",
"archiver": "^8.0.0",
"concurrently": "^10.0.3",
"rolldown": "^1.1.1",
"sass": "^1.101.0",
"sirv-cli": "^3.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}