@bscotch/gamemaker-releases
Version:
Utility for combining GameMaker release data into a single feed.
67 lines • 1.69 kB
JSON
{
"name": "@bscotch/gamemaker-releases",
"version": "0.8.0",
"description": "Utility for combining GameMaker release data into a single feed.",
"keywords": [
"gamemaker",
"game-maker",
"release",
"release-notes",
"patchnotes",
"patch-notes",
"changelog",
"yoyo",
"bscotch",
"stitch",
"rss",
"feed"
],
"homepage": "https://github.com/bscotch/stitch/tree/develop/packages/releases#readme",
"repository": {
"type": "git",
"url": "https://github.com/bscotch/gamemaker-info.git",
"directory": "packages/releases"
},
"license": "MIT",
"author": "Butterscotch Shenanigans",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./browser": {
"import": "./dist/browser.js",
"types": "./dist/browser.d.ts"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@bscotch/pathy": "^2.12.1",
"@bscotch/utility": "^7.2.0",
"entities": "^7.0.0",
"fast-xml-parser": "^5.3.3",
"node-fetch": "^3.3.2",
"tslib": "^2.8.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"chai": "^6.2.2",
"mocha": "^11.7.5",
"rimraf": "^6.1.2",
"typescript": "5.9.3"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build",
"clean": "rimraf build dist",
"test": "mocha --config ../../config/.mocharc.cjs --timeout=30000",
"test:dev": "mocha --config ../../config/.mocharc.cjs --forbid-only=false --parallel=false --timeout=9999999999",
"watch": "tsc --build --watch"
}
}