this repo has no description
at main 593 B view raw
1{ 2 "name": "@moonlight-mod/types", 3 "version": "1.3.17", 4 "exports": { 5 ".": "./src/index.ts", 6 "./import": "./src/import.d.ts", 7 "./*": "./src/*.ts" 8 }, 9 "main": "./src/index.ts", 10 "types": "./src/index.ts", 11 "engineStrict": false, 12 "engines": { 13 "node": ">=22", 14 "pnpm": ">=10", 15 "npm": "pnpm", 16 "yarn": "pnpm" 17 }, 18 "dependencies": { 19 "@moonlight-mod/lunast": "^1.0.1", 20 "@moonlight-mod/mappings": "^1.1.25", 21 "@moonlight-mod/moonmap": "^1.0.5", 22 "@types/react": "^18.3.10", 23 "csstype": "^3.1.3", 24 "standalone-electron-types": "^1.0.0" 25 } 26}