UNPKG

xcom2charpool

Version:

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

33 lines 722 B
{ "name": "xcom2charpool", "version": "1.0.0", "description": "Library for reading, manipulating, and managing XCOM 2 character pool binary files, supporting both browser and Node.js environments.", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "xcom", "xcom2", "charpool" ], "author": "aaa4xu", "license": "MIT", "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" ], "scripts": { "test": "jest", "build": "tsc" } }