recital / exporters / ink / package.json
package.json
Raw
{
	"name": "@a-morphous/recital-stage-ink",
	"version": "1.4.8",
	"description": "Parses a recital *.stage file into an ink story.",
	"main": "dist/stage-ink.js",
	"module": "dist/stage-ink.module.js",
	"scripts": {
		"test": "node_modules/.bin/test test/*.js"
	},
	"author": "Amorphous",
	"bin": {
		"stage-ink": "./dist/cli.js"
	},
	"license": "MPL 2.0",
	"dependencies": {
		"@a-morphous/recital": "^1.2.0",
		"@a-morphous/recital-ext-common-commands": "^1.1.0",
		"minimist": "^1.2.6",
		"smartypants": "^0.1.6"
	},
	"devDependencies": {
		"@a-morphous/test": "workspace:^1.0.0",
		"esbuild": "^0.14.32"
	}
}