-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (40 loc) · 1 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
{
"name": "nami",
"type": "module",
"version": "0.2.0-dev",
"description": "Nami: World Generator",
"author": "Karlisson de Macedo Bezerra",
"license": "MIT",
"bugs": {
"url": "https://github.com/hacktoon/nami/issues"
},
"homepage": "https://github.com/hacktoon/nami",
"scripts": {
"dev": "parcel serve src/index.html --dist-dir build",
"build": "parcel build src/index.html --dist-dir build --public-url ./ --no-source-maps",
"test": "npx vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hacktoon/nami.git"
},
"dependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"parcel": "^2.16.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tone": "^15.1.22"
},
"devDependencies": {
"process": "^0.11.10",
"vitest": "^4.0.16"
},
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"@swc/core@1.15.41": true,
"esbuild@0.25.12": true,
"lmdb@2.8.5": true,
"msgpackr-extract@3.0.4": true
}
}