RpyPlayerTS/package.json

31 lines
679 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"
],
2024-03-16 22:18:54 +02:00
"repository": {
"type": "git",
"url": "http://git.annimon.com/other-projects/RpyPlayerTS"
},
2024-02-28 20:07:54 +02:00
"author": "aNNiMON",
"license": "MIT",
"dependencies": {
2024-03-16 22:18:54 +02:00
"normalize.css": "^8.0.1",
"typescript": "^5.4.2"
2024-02-28 20:07:54 +02:00
},
"devDependencies": {
"parcel": "^2.12.0"
}
}