UNPKG

p8-data-cart

Version:

Simple tools for generating Pico-8 data carts.

30 lines (29 loc) 671 B
{ "name": "p8-data-cart", "version": "1.0.1", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "npm run build && mocha \"dist/test/**/*.spec.js\"" }, "keywords": [ "pico8", "pico-8" ], "author": "Simon Wulf", "license": "MIT", "description": "Simple tools for generating Pico-8 data carts.", "devDependencies": { "@types/chai": "^5.2.2", "@types/mocha": "^10.0.10", "@types/node": "^22.15.24", "chai": "^5.2.0", "mocha": "^11.5.0", "typescript": "^5.8.3" }, "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/simonwulf/p8-data-cart.git" } }