mirror of
https://github.com/kou029w/pucchinglgl.git
synced 2025-01-18 08:15:02 +00:00
18 lines
380 B
JSON
18 lines
380 B
JSON
|
{
|
||
|
"name": "pucchinglgl",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"main": "build/main.js",
|
||
|
"repository": "git@github.com:kou029w/pucchinglgl.git",
|
||
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"snowpack": "^2.18.5",
|
||
|
"three": "^0.124.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "snowpack dev",
|
||
|
"build": "snowpack build"
|
||
|
}
|
||
|
}
|