@bscotch/sprite-source
Version:
Art pipeline scripting module for GameMaker sprites.
58 lines • 1.43 kB
JSON
{
"name": "@bscotch/sprite-source",
"version": "1.4.2",
"description": "Art pipeline scripting module for GameMaker sprites.",
"keywords": [
"sprite",
"image",
"2D",
"gamemaker",
"game maker",
"art",
"art asset",
"pipeline",
"spine"
],
"homepage": "https://github.com/bscotch/stitch/tree/develop/packages/sprite-source#readme",
"repository": {
"type": "git",
"url": "https://github.com/bscotch/stitch.git",
"directory": "packages/sprite-source"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"spsrc": "./dist/cli.mjs"
},
"dependencies": {
"@bscotch/pathy": "^2.12.1",
"@bscotch/pixel-checksum": "^0.1.2",
"@bscotch/utility": "^7.2.0",
"citty": "0.1.6",
"image-js": "0.37.0",
"tslib": "^2.8.1",
"zod": "^4.0.15",
"@bscotch/yy": "2.6.1"
},
"devDependencies": {
"chai": "^5.2.1",
"typescript": "5.9.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build && node scripts/build-schemas.mjs",
"test": "mocha --config ../../config/.mocharc.cjs",
"test:dev": "mocha --config ../../config/.mocharc.cjs --forbid-only=false --parallel=false --timeout=9999999999",
"watch": "tsc --build --watch"
}
}