UNPKG

rojo

Version:
55 lines (54 loc) 1.21 kB
{ "name": "rojo", "version": "1.0.2-rojo7.6.1-rojo7.6.1-rojo7.6.1-rojo7.6.1", "description": "Rojo on NPM. Usage: `npx rojo`", "main": "dist/main.js", "bin": { "rojo": "dist/main.js" }, "repository": { "type": "git", "url": "https://github.com/Unreal-Works/rojo-npm.git" }, "homepage": "https://github.com/Unreal-Works/rojo-npm/README.md", "bugs": { "url": "https://github.com/Unreal-Works/rojo-npm/issues" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "download-binaries": "node scripts/downloader.mjs" }, "keywords": [ "rojo", "roblox", "cli" ], "author": "evilbocchi", "license": "MIT", "type": "commonjs", "devDependencies": { "@types/adm-zip": "^0.5.7", "@types/jest": "^29.5.14", "@types/node": "^20.2.3", "@types/node-fetch": "^2.6.12", "jest": "^29.7.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "dependencies": { "adm-zip": "^0.5.10", "node-fetch": "^2.6.11" }, "engines": { "node": ">=14" }, "files": [ "dist", "bin" ] }