UNPKG

dmi-ts

Version:

A tool for reading and manipulating BYOND DMI files.

42 lines 897 B
{ "name": "dmi-ts", "version": "0.3.3", "description": "A tool for reading and manipulating BYOND DMI files.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "dmi", "byond" ], "author": "asciodev", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/asciodev/dmi-ts" }, "bugs": { "url": "https://github.com/asciodev/dmi-ts/issues" }, "homepage": "https://github.com/asciodev/dmi-ts#readme", "devDependencies": { "tsup": "^8.3.5", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "dependencies": { "@types/node": "^22.10.2", "@types/pako": "^2.0.3", "image-js": "^0.35.6", "pako": "^2.1.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest" } }