UNPKG

brs-js

Version:
49 lines 1.19 kB
{ "name": "brs-js", "version": "2.1.3", "description": "Brickadia Save Read/Writing", "main": "index.js", "browser": "dist/dist.web.js", "module": "dist/dist.node.js", "scripts": { "build": "npx webpack --progress", "prepare": "npm run dist", "watch": "npx webpack -w --progress", "dist": "NODE_ENV=production npx webpack", "test": "npx jest" }, "repository": { "type": "git", "url": "git+https://github.com/meshiest/brs-js.git" }, "keywords": [ "brs", "brickadia", "save", "file", "format" ], "author": "Meshiest <gpg@reheatedcake.io>", "license": "MIT", "bugs": { "url": "https://github.com/meshiest/brs-js/issues" }, "homepage": "https://github.com/meshiest/brs-js#readme", "dependencies": { "detect-node": "^2.0.4" }, "types": "./dist/src/index.d.ts", "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7", "@types/pako": "^1.0.3", "babel-loader": "^8.0.6", "jest": "^27.0.6", "pako": "^1.0.10", "prettier": "^2.3.2", "ts-loader": "^9.2.3", "typescript": "^4.3.5", "webpack": "^5.44.0", "webpack-cli": "^4.7.2" } }