recital / packages / twine-format / package.json
package.json
Raw
{
  "name": "@a-morphous/recital-twine-format",
  "version": "1.0.0",
  "description": "Twine format to convert a Twine 2 story into a Recital .stage file.",
  "main": "index.js",
  "scripts": {
    "build": "node build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
		"type": "git",
		"url": "https://github.com/a-morphous/recital"
	},
  "author": "Amorphous",
  "license": "MIT",
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "html-minifier": "^4.0.0",
    "uglify-js": "^3.15.2"
  },
  "devDependencies": {
    "esbuild": "^0.14.25"
  }
}