@danielhlockard/dataforged
Version:
Official content and rules data for the Ironsworn: Starforged tabletop role-playing game, formatted as JSON for use in community tools. 🚀 Pure ESM module optimized for AI Studio and modern JavaScript environments.
72 lines (71 loc) • 2.16 kB
JSON
{
"name": "@danielhlockard/dataforged",
"version": "2.0.4",
"description": "Official content and rules data for the Ironsworn: Starforged tabletop role-playing game, formatted as JSON for use in community tools. 🚀 Pure ESM module optimized for AI Studio and modern JavaScript environments.",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json && npm run copy-assets",
"copy-assets": "powershell -Command \"Copy-Item -Path 'src\\starforged' -Destination 'dist\\starforged' -Recurse -Force; Copy-Item -Path 'src\\ironsworn' -Destination 'dist\\ironsworn' -Recurse -Force; Copy-Item -Path 'src\\types' -Destination 'dist\\types' -Recurse -Force\"",
"prepublishOnly": "npm run build",
"readme": "npx @appnest/readme generate -i ./src/templates/blueprint.md ./ -c ./src/templates/blueprint.json",
"postversion": "yarn readme && git add README.md"
},
"files": [
"dist",
"docs",
"img",
"markdown"
],
"directories": {
"doc": "./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniellockard/dataforged.git"
},
"keywords": [
"ironsworn",
"starforged",
"TTRPG",
"esm",
"module",
"tabletop",
"rpg",
"game-data",
"json",
"typescript",
"ai-studio",
"cdn",
"browser"
],
"author": {
"name": "Daniel Lockard",
"email": "daniel@daniellockard.com",
"url": "https://github.com/daniellockard"
},
"contributors": [
{
"name": "rsek (original author)",
"email": "r.sekouri@gmail.com",
"url": "https://github.com/rsek"
}
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/daniellockard/dataforged/issues"
},
"homepage": "https://github.com/daniellockard/dataforged#readme",
"devDependencies": {
"@types/node": "^18.0.3",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
}