UNPKG

hackmud-script-manager

Version:

Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.

94 lines 3.27 kB
{ "name": "hackmud-script-manager", "version": "0.21.2", "description": "Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.", "keywords": [ "api", "command-line", "script", "manager", "minification", "minifier", "hackmd", "hackmud", "javascript", "typescript", "typescript-support", "golf", "golfer" ], "homepage": "https://github.com/samualtnorman/hackmud-script-manager#readme", "bugs": "https://github.com/samualtnorman/hackmud-script-manager/issues", "license": "MIT", "author": "Samual Norman <me@samual.uk> (https://samual.uk/)", "contributors": [ "Daniel Swann (https://github.com/danswann)", "Longboyy", "Helloman892", "Sarah Klocke (https://sarahisweird.dev/)" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/samualtnorman/hackmud-script-manager.git" }, "dependencies": { "@babel/generator": "^7.26.2", "@babel/parser": "^7.26.2", "@babel/plugin-proposal-decorators": "^7.25.9", "@babel/plugin-proposal-destructuring-private": "^7.26.0", "@babel/plugin-proposal-do-expressions": "^7.25.9", "@babel/plugin-proposal-explicit-resource-management": "^7.25.9", "@babel/plugin-proposal-function-bind": "^7.25.9", "@babel/plugin-proposal-function-sent": "^7.25.9", "@babel/plugin-proposal-partial-application": "^7.25.9", "@babel/plugin-proposal-pipeline-operator": "^7.25.9", "@babel/plugin-proposal-record-and-tuple": "^7.25.9", "@babel/plugin-proposal-throw-expressions": "^7.25.9", "@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-class-static-block": "^7.26.0", "@babel/plugin-transform-exponentiation-operator": "^7.25.9", "@babel/plugin-transform-json-strings": "^7.25.9", "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", "@babel/plugin-transform-numeric-separator": "^7.25.9", "@babel/plugin-transform-object-rest-spread": "^7.25.9", "@babel/plugin-transform-optional-catch-binding": "^7.25.9", "@babel/plugin-transform-optional-chaining": "^7.25.9", "@babel/plugin-transform-private-property-in-object": "^7.25.9", "@babel/plugin-transform-typescript": "^7.25.9", "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", "@babel/traverse": "^7.25.9", "@babel/types": "^7.26.0", "@bloomberg/record-tuple-polyfill": "^0.0.4", "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@samual/lib": "^0.13.0", "acorn": "^8.14.0", "chalk": "^5.3.0", "chokidar": "^4.0.1", "import-meta-resolve": "^4.1.0", "prettier": "^3.3.3", "proxy-polyfill": "^0.3.2", "rollup": "^4.27.4", "terser": "^5.36.0" }, "peerDependencies": { "typescript": "^5.4.5" }, "type": "module", "exports": { ".": "./index.js", "./*": "./*.js", "./*.js": "./*.js" }, "bin": { "hsm": "bin/hsm.js" }, "engines": { "node": "^18 || >=20" } }