UNPKG

xcom2charpool

Version:

Library for reading, manipulating, and managing XCOM 2 character pool binary files, supporting both browser and Node.js environments.

38 lines 855 B
{ "name": "xcom2charpool", "version": "2.0.1", "description": "Library for reading, manipulating, and managing XCOM 2 character pool binary files, supporting both browser and Node.js environments.", "author": "aaa4xu", "license": "MIT", "repository": "https://github.com/aaa4xu/xcom2charpool", "keywords": [ "xcom", "xcom2", "charpool" ], "dependencies": { "zod": "^4.3.6" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.7.9", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "files": [ "dist", "package.json", "README.md", "LICENSE" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "exp": "ts-node exp.ts" } }