28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "aizawa-attractor",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Ramakm/aizawa-attractor.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"bugs": {
|
|
"url": "https://github.com/Ramakm/aizawa-attractor/issues"
|
|
},
|
|
"homepage": "https://github.com/Ramakm/aizawa-attractor#readme",
|
|
"dependencies": {
|
|
"lil-gui": "^0.21.0",
|
|
"three": "^0.181.2",
|
|
"vite": "^7.2.4"
|
|
}
|
|
} |