UNPKG

parse-tmx

Version:
47 lines (46 loc) 1.18 kB
{ "name": "parse-tmx", "version": "2.5.0", "description": "A parser for tmx.", "type": "module", "homepage": "https://github.com/Esposter/Esposter#readme", "license": "Apache-2.0", "author": "Jimmy Chen", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "tmx", "parser" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Esposter/Esposter.git" }, "bugs": { "url": "https://github.com/Esposter/Esposter/issues" }, "scripts": { "build": "pnpm export:gen && rolldown --config rolldown.config.ts", "test": "NODE_OPTIONS=--max-old-space-size=8192 vitest", "coverage": "vitest run --coverage", "lint": "oxlint && eslint .", "lint:fix": "oxlint --fix && eslint --fix .", "typecheck": "tsc", "export:gen": "ctix build --config ../configuration/.ctirc-ts" }, "dependencies": { "@esposter/xml2js": "2.5.0", "data-urls": "^5.0.0" }, "devDependencies": { "@types/data-urls": "^3.0.4", "@types/xml2js": "^0.4.14" }, "gitHead": "8faf7789eed01e2fcff4d2206137058e3c3ee681" }