recital / exporters / fountain / package.json
package.json
Raw
{
	"name": "@a-morphous/recital-stage-fountain",
	"version": "1.1.0",
	"description": "Exporter for the fountain script format from the stage format.",
	"main": "dist/stage-fountain.js",
	"module": "dist/stage-fountain.module.js",
	"bin": {
		"stage-fountain": "./dist/cli.js"
	},
	"scripts": {
		"test": "node_modules/.bin/test test/*.js"
	},
	"files": [
		"dist",
		"src"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/a-morphous/recital"
	},
	"publishConfig": {
		"registry": "https://npm.pkg.github.com/"
	},
	"author": "Amorphous",
	"license": "MPL 2.0",
	"dependencies": {
		"@a-morphous/recital": "workspace:^1.0.0",
		"@a-morphous/test": "workspace:^1.0.0",
		"minimist": "^1.2.5"
	},
	"devDependencies": {
		"esbuild": "^0.14.38"
	}
}