{ "name": "@a-morphous/frontispiece-ink-utils", "version": "1.0.0", "description": "", "main": "dist/ink-utils.js", "module": "dist/ink-utils.module.js", "type": "module", "scripts": { "test": "jest" }, "keywords": [], "author": "Amorphous (https://amorphic.space)", "license": "MPL 2.0", "devDependencies": { "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "babel-jest": "^29.5.0", "jest": "^29.5.0", "esbuild": "^0.17.11", "inkjs": "^2.2.0", "minimist": "^1.2.6", "npm-dts": "^1.3.12" }, "peerDependencies": { "inkjs": "^2.2.0" } }