-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
37
38
{
"name": "ninjump",
"version": "1.2.0",
"description": "Wall jumping game made for One Minute Jump 9",
"main": "dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:capacitor": "vite build && npx cap copy",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colinkiama/ninjump.git"
},
"author": "Colin Kiama",
"license": "MIT",
"bugs": {
"url": "https://github.com/colinkiama/ninjump/issues"
},
"homepage": "https://github.com/colinkiama/ninjump#readme",
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.7.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^17.0.31",
"phaser": "3.55.2",
"typescript": "^4.6.4",
"vite": "^2.9.13"
},
"dependencies": {
"@capacitor-community/native-audio": "^5.0.1",
"@capacitor/android": "^5.7.2",
"@capacitor/core": "^5.7.2"
}
}