MobileBasicTS/package.json
2024-05-18 19:45:52 +03:00

29 lines
583 B
JSON

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