UNPKG

@ledinhhoankhai/bcr-algorithm

Version:

Clean & Optimized Algorithm Logic

46 lines (45 loc) 1.22 kB
{ "name": "@ledinhhoankhai/bcr-algorithm", "version": "1.0.2", "description": "Clean & Optimized Algorithm Logic", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c --environment OBFUSCATION:light", "build:clean": "rollup -c", "build:heavy": "rollup -c --environment OBFUSCATION:heavy", "build:dev": "rollup -c --environment NODE_ENV:development", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "algorithm", "game", "strategy" ], "author": "Ledinhhoangkhai <ledinhhoangkhai@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/xeros0201/bcr_algo.git" }, "bugs": { "url": "https://github.com/xeros0201/bcr_algo/issues" }, "homepage": "https://github.com/xeros0201/bcr_algo#readme", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "javascript-obfuscator": "^4.1.1", "rollup": "^4.44.1", "rollup-plugin-javascript-obfuscator": "^1.0.4" }, "engines": { "node": ">=22.14.0" } }