UNPKG

screenplay-js

Version:

A modern Typescript, Foutain screenplay parser. Convert Final Draft (.fdx) files to Fountain, and then parse Fountain markdown to HTML.

43 lines (42 loc) 1.12 kB
{ "name": "screenplay-js", "version": "0.0.18", "description": "A modern Typescript, Foutain screenplay parser. Convert Final Draft (.fdx) files to Fountain, and then parse Fountain markdown to HTML.", "main": "dist/index.js", "scripts": { "build": "tsc -p .", "clean": "rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1", "bump:patch": "npm version patch", "bump:minor": "npm version minor", "bump:major": "npm version major" }, "keywords": [ "Fountain", "Final Draft", "screenplay", "screenwriting", "fdx", "script", "markdown", "parser" ], "author": "Aaron Guernsey", "repository": { "type": "git", "url": "https://github.com/Guernsey-Creative/screenplay-js" }, "bugs": { "url": "https://github.com/Guernsey-Creative/screenplay-js/issues" }, "homepage": "https://github.com/Guernsey-Creative/screenplay-js#readme", "license": "MIT", "dependencies": { "uuid": "^8.3.2" }, "devDependencies": { "@types/jsdom": "^16.2.13", "@types/node": "^16.10.3", "typescript": "^4.4.3" } }