parse-tmx
Version:
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "parse-tmx",
"version": "2.19.2",
"description": "A parser for tmx.",
"keywords": [
"parser",
"tmx"
],
"homepage": "https://github.com/Esposter/Esposter/blob/main/packages/parse-tmx#readme",
"bugs": {
"url": "https://github.com/Esposter/Esposter/issues"
},
"license": "Apache-2.0",
"author": "Jimmy Chen",
"repository": {
"type": "git",
"url": "git+https://github.com/Esposter/Esposter.git"
},
"files": [
"dist"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm export:gen && rolldown --config rolldown.config.ts",
"coverage": "vitest run --coverage",
"export:gen": "ctix build --config ../configuration/.ctirc-ts",
"lint": "oxlint && eslint .",
"lint:fix": "oxlint --fix && eslint --fix .",
"test": "vitest",
"typecheck": "tsc"
},
"dependencies": {
"@esposter/shared": "2.19.2",
"@esposter/xml2js": "2.19.2",
"data-urls": "6.0.1",
"dayjs": "^1.11.19"
},
"dependenciesCommon": {
"data-urls": "@TODO: https://github.com/rolldown/rolldown/issues/8172"
},
"devDependencies": {
"@types/data-urls": "^3.0.4",
"@types/xml2js": "^0.4.14"
},
"gitHead": "2d39052b4767fba8fd2e1798202645161f45cb2c"
}