-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1 KB
/
package.json
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
{
"name": "brain-games-rust",
"version": "1.0.0",
"description": "[Try it here.](https://wasm-games.web.app/)",
"main": "index.js",
"scripts": {
"preinstall": "npm run build:wasm",
"start": "vite ./www",
"build": "npm run build:wasm && vite build ./www",
"test": "echo \"Error: no test specified\" && exit 1",
"build:wasm": "wasm-pack build --target web -d www/pkg --release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deebloo/brain-games-rust.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deebloo/brain-games-rust/issues"
},
"homepage": "https://github.com/deebloo/brain-games-rust#readme",
"dependencies": {
"@joist/di": "2.0.1",
"@joist/observable": "2.0.1",
"@joist/query": "2.0.1",
"@joist/styled": "2.0.1"
},
"devDependencies": {
"@snowpack/plugin-typescript": "^1.2.1",
"firebase-tools": "^9.23.0",
"prettier": "^2.7.1",
"typescript": "^4.5.2",
"vite": "^3.0.9"
}
}