{ "name": "mobile-basic-ts", "version": "0.1.0", "description": "Mobile Basic", "scripts": { "dev": "parcel", "start": "parcel serve ./index.html", "build": "parcel build ./index.html --dist-dir ./dist --public-url ./" }, "keywords": [ "typescript", "javascriptm", "project", "parser" ], "repository": { "type": "git", "url": "http://git.annimon.com/other-projects/RpyPlayerTS" }, "author": "aNNiMON", "license": "MIT", "dependencies": { "typescript": "^5.4.2" }, "devDependencies": { "parcel": "^2.12.0" } }