-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.01 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
42
43
44
{
"name": "solda-slug",
"version": "1.0.0",
"description": "A mais nova e provavelmente a única simulação de remoção de tornozeleira eletrônica com um ferro de solda.",
"type": "module",
"author": "sombraSoft",
"license": "MIT",
"homepage": "https://sombrasoft.github.io/solda-slug/",
"repository": {
"type": "git",
"url": "git+https://github.com/sombraSoft/solda-slug.git"
},
"bugs": {
"url": "https://github.com/sombraSoft/solda-slug/issues"
},
"keywords": [
"game",
"threejs",
"simulation",
"parody",
"browser-game"
],
"private": true,
"scripts": {
"build": "vite build",
"ci": "biome ci",
"dev": "vite",
"lint:fix": "biome check --write .",
"lint": "biome check .",
"preview": "vite preview"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/bun": "^1.3.5",
"@types/three": "^0.184.0",
"vite": "^7.3.0"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"three": "^0.184.0"
}
}