-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 857 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 857 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
{
"name": "spesscomputer",
"version": "1.0.0",
"scripts": {
"ext:build:web": "cd godot-6502 && cargo +nightly build -Zbuild-std --target wasm32-unknown-emscripten --release",
"ext:build": "cd godot-6502 && cargo build && cargo +nightly build -Zbuild-std --target wasm32-unknown-emscripten --release",
"godot:export": "$GODOT4_BIN --headless --path godot --export-release \"Web\" ../web/static/SpessComputer.html",
"web:dev": "cd web && npm run dev",
"web:build": "cd web && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsarrazin/spesscomputer.git"
},
"keywords": [
"6502"
],
"author": "Nathan Sarrazin",
"license": "ISC",
"bugs": {
"url": "https://github.com/nsarrazin/spesscomputer/issues"
},
"homepage": "https://github.com/nsarrazin/spesscomputer#readme"
}