mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"name": "shape_generator",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
},
|
|
"scripts": {
|
|
"serve": "http-server . -p 9000 -g --cors -o -c-1"
|
|
}
|
|
}
|