Files
assets-vor/package.json

21 lines
442 B
JSON
Raw Permalink Normal View History

{
"name": "assets-vor",
"version": "1.0.0",
"description": "A repo used for tracking and containg the assets for the game Visions Of Reality",
"repository": {
"type": "git",
"url": "prospera:assets-vor.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"kanban": "serve tools/kanban/ -p 5173"
},
"keywords": [],
"devDependencies": {
"serve": "^14.2.5"
}
}