-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
41
{
"name": "asteroids-v2",
"version": "0.4.0",
"description": "Asteroids but newer",
"main": "main.js",
"scripts": {
"build": "bun run scripts/build.js",
"dev": "bun run scripts/dev.js",
"clean": "bun run scripts/clean.js",
"singlefile": "bun run scripts/singlefile.js",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/cam0studios/asteroids-v2.git"
},
"author": "cam0studios",
"license": "ISC",
"bugs": {
"url": "https://github.com/cam0studios/asteroids-v2/issues"
},
"homepage": "https://github.com/cam0studios/asteroids-v2#readme",
"dependencies": {
"@cam0studios/intersections": "^1.1.1",
"@cam0studios/vector-library": "^1.1.2",
"@pikapower9080/easy-storage": "^1.1.0",
"p5": "^1.10.0",
"pocketbase": "^0.21.5",
"toastify": "^2.0.1",
"xss-filters": "^1.2.7"
},
"devDependencies": {
"@types/p5": "^1.7.6",
"chalk": "^5.4.1",
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-less": "^1.3.14",
"jsdom": "^26.0.0",
"prettier": "^3.5.3"
}
}