@cccode/fxr
Version:
JavaScript library for creating and editing FXR files for Dark Souls 3, Sekiro, Elden Ring, Armored Core 6, and Elden Ring Nightreign.
62 lines (61 loc) • 1.75 kB
JSON
{
"name": "@cccode/fxr",
"version": "31.0.0",
"description": "JavaScript library for creating and editing FXR files for Dark Souls 3, Sekiro, Elden Ring, Armored Core 6, and Elden Ring Nightreign.",
"author": "CCCode",
"type": "module",
"main": "./dist/esm/fxr.js",
"module": "./dist/esm/fxr.js",
"exports": {
".": {
"import": "./dist/esm/fxr.js"
},
"./schema": "./dist/schema.json",
"./schema/strict": "./dist/schema_strict.json",
"./data/actions": "./dist/actions.json",
"./data/enums": "./dist/enums.json"
},
"types": "./dist/esm/fxr.d.ts",
"scripts": {
"build:yaml": "node build/run.js",
"build:sort-props": "node build/sort_props.js",
"build:ts": "npx tsc --p tsconfig-build.json",
"build": "npm-run-all build:yaml build:ts",
"watch:dist": "npx tsc --p tsconfig-build.json --watch",
"watch:src": "node build/watch.js",
"watch": "npm-run-all --parallel watch:*",
"docs": "npm run build:yaml && npx typedoc --tsconfig tsconfig.json && node build/docs.js"
},
"files": [
"/dist"
],
"keywords": [
"dark-souls-3",
"sekiro",
"elden-ring",
"armoredcore6",
"nightreign",
"typescript",
"modding-tools"
],
"repository": {
"type": "git",
"url": "git+https://github.com/EvenTorset/fxr.git"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/EvenTorset/fxr/issues"
},
"homepage": "https://fxr-docs.pages.dev/",
"devDependencies": {
"@types/node": "^24.2.0",
"cheerio": "^1.1.2",
"chokidar": "^5.0.0",
"fabulous-json": "^1.0.3",
"npm-run-all2": "^8.0.4",
"typedoc": "^0.28.9",
"typedoc-github-theme": "^0.3.0",
"typescript": "^5.9.2",
"yaml": "^2.8.1"
}
}