frontispiece / packages / ink-processor / package.json
package.json
Raw
{
	"name": "@a-morphous/frontispiece-ink-processor",
	"version": "4.2.1",
	"description": "API wrapper around ink to show multiple lines, give ink a JSON visual state that can be saved and loaded, and connect to state.",
	"main": "dist/ink-processor.module.js",
	"module": "dist/ink-processor.module.js",
	"type": "module",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "node build",
		"prepublishOnly": "pnpm build",
		"dryRun": "pnpm publish --dry-run",
		"pub": "pnpm publish --access public",
		"start": "node build -w",
		"test": "vitest",
		"coverage": "vitest run --coverage"
	},
	"author": "Amorphous (https://amorphic.space)",
	"engines": {
		"node": ">=16.0.0"
	},
	"dependencies": {
		"@a-morphous/at-shorthand": "^1.0.0",
		"@a-morphous/linear": "^1.0.2"
	},
	"devDependencies": {
		"@vitest/coverage-c8": "^0.31.4",
		"esbuild": "^0.17.11",
		"inkjs": "^2.2.1",
		"json5": "^2.2.3",
		"minimist": "^1.2.6",
		"moo": "workspace:^0.5.2",
		"npm-dts": "^1.3.12",
		"vitest": "^0.31.4"
	},
	"peerDependencies": {
		"inkjs": "^2.2.1"
	},
	"files": [
		"dist",
		"src"
	],
	"license": "MPL 2.0"
}