{
"name": "@a-morphous/recital-stage-html",
"version": "1.1.1",
"description": "",
"main": "dist/stage-html.js",
"module": "dist/stage-html.module.js",
"scripts": {
"test": "node_modules/.bin/test test/*.js"
},
"bin": {
"stage-html": "./dist/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/a-morphous/recital"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
"dist",
"src"
],
"author": "Amorphous",
"license": "MPL 2.0",
"dependencies": {
"@a-morphous/recital": "^1.1.0",
"@a-morphous/recital-ext-common-commands": "^1.1.0",
"micromark": "^3.0.10",
"minimist": "^1.2.6",
"smartypants": "^0.1.6"
},
"devDependencies": {
"esbuild": "^0.14.34",
"@a-morphous/test": "workspace:^1.0.0"
}
}