astronomical-theater/package.json

15 lines
287 B
JSON
Raw Normal View History

{
"name": "astronomical-theater",
"version": "v2.1.0",
"author": "Matthias",
2022-02-28 16:12:36 +00:00
"license": "UNLICENSE",
"type": "module",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"optionalDependencies": {
"file-type": "^16.5.3"
}
}