astronomical-theater/package.json

12 lines
215 B
JSON
Raw Normal View History

{
"name": "flying-theater",
"version": "v0.1.0",
"author": "Matthias",
"license": "UNLICENSED",
"type": "module",
"entry": "main.js",
"scripts": {
"start": "node main.js"
}
}