{ "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" } }