RpyPlayerTS/package.json

26 lines
543 B
JSON
Raw Normal View History

2024-02-28 20:07:54 +02:00
{
"name": "rpy-player-ts",
"version": "0.1.0",
"description": "RenPy scripts player",
"scripts": {
"dev": "parcel",
"start": "parcel serve ./index.html",
"build": "parcel build ./index.html --dist-dir ./dist --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typescript",
"javascriptm",
"project",
"parser"
],
"author": "aNNiMON",
"license": "MIT",
"dependencies": {
"typescript": "^5.3.3"
},
"devDependencies": {
"parcel": "^2.12.0"
}
}