mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
26 lines
905 B
JSON
26 lines
905 B
JSON
{
|
|
"name": "cc-utils",
|
|
"version": "1.0.0",
|
|
"description": "Template project for ComputerCraft programs written in TypeScript.",
|
|
"main": "main.ts",
|
|
"scripts": {
|
|
"build": "tstl",
|
|
"build-autocraft": "tstl -p ./tsconfig.autocraft.json",
|
|
"sync": "cp -r \"./build/*\" \"C:\\Users\\sikongjueluo\\AppData\\Roaming\\CraftOS-PC\\computer\\0\\user\""
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.36.0",
|
|
"@sikongjueluo/advanced-peripherals-types": "file:types/advanced-peripherals",
|
|
"@jackmacwindows/cc-types": "file:types/cc",
|
|
"@jackmacwindows/craftos-types": "file:types/craftos",
|
|
"@jackmacwindows/lua-types": "^2.13.2",
|
|
"@jackmacwindows/typescript-to-lua": "^1.28.1",
|
|
"@typescript-to-lua/language-extensions": "^1.19.0",
|
|
"eslint": "^9.36.0",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.45.0"
|
|
},
|
|
"author": "sikongjueluo",
|
|
"license": "MIT"
|
|
}
|