anomaly-packer
Version:
Anomaly Packer is a tool that helps in making of an addon for STALKER Anomaly with type-safe code using TypeScript
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "anomaly-packer",
"description": "Anomaly Packer is a tool that helps in making of an addon for STALKER Anomaly with type-safe code using TypeScript",
"keywords": [
"stalker",
"anomaly"
],
"version": "0.0.34",
"author": {
"url": "https://github.com/piscopancer",
"name": "piscopancer"
},
"repository": {
"url": "https://github.com/piscopancer/anomaly-packer"
},
"module": "index.ts",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"prettier": {
"printWidth": 160,
"singleQuote": true,
"useTabs": false,
"semi": false,
"jsxSingleQuote": true
},
"scripts": {
"build": "bun tsup",
"test": "bun test/i.ts",
"anomaly-packer": "bun src/cli/anomaly-packer.ts"
},
"bin": {
"anomaly-packer": "dist/cli/anomaly-packer.js"
},
"devDependencies": {
"@types/bun": "latest",
"cli-table3": "^0.6.5",
"tsup": "^8.2.3",
"typescript": "^5.5.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/json2xml": "^0.1.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"chalk": "^5.3.0",
"iconv-lite": "^0.6.3",
"json2xml": "^0.1.3",
"lua-types": "^2.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simplified-jsx-to-ast": "^0.4.0",
"trash": "^9.0.0",
"typescript-to-lua": "^1.26.2"
}
}