UNPKG

@bscotch/gamemaker-releases

Version:

Utility for combining GameMaker release data into a single feed.

68 lines 1.72 kB
{ "name": "@bscotch/gamemaker-releases", "version": "0.7.2", "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": "^4.5.0", "fast-xml-parser": "^4.3.2", "node-fetch": "^3.3.2", "tslib": "^2.6.2", "zod": "^4.0.15" }, "devDependencies": { "@types/chai": "^4.3.10", "@types/mocha": "^10.0.4", "@types/rimraf": "^3", "chai": "^4.3.10", "mocha": "^10.2.0", "rimraf": "^5.0.5", "typescript": "5.9.2" }, "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" } }