rOSs/package.json
2024-08-23 13:03:14 +03:00

18 lines
320 B
JSON

{
"name": "keypados",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.5.2",
"typescript-to-lua": "^1.26.2"
},
"dependencies": {
}
}