Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fountain-js

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fountain-js - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

CHANGELOG.md

50

package.json
{
"name": "fountain-js",
"version": "0.0.1",
"author": "Nathan Hoad <nathan@nathanhoad.net>",
"description": "Parse Fountain formated scripts",
"main": "fountain.js",
"homepage": "https://github.com/nathanhoad/fountain",
"version": "1.0.0",
"description": "A simple parser for Fountain, a markup language for formatting screenplays.",
"main": "dist/index.js",
"module": "dist.esm/index.js",
"scripts": {
"test": "mocha --reporter spec"
"clean": "rimraf dist dist.esm",
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -b",
"build:esm": "tsc -b ./tsconfig.esm.json",
"test": "jasmine --config=jasmine.json"
},
"keywords": [
"fountain",
"film",
"script"
"Typescript",
"Javascript",
"Fountain",
"markdown",
"parser",
"screenwriting",
"screenplays",
"filmmaking"
],
"devDependencies": {
"mocha": "1.x",
"should": "*"
},
"homepage": "https://github.com/jonnygreenwald/fountain-js#readme",
"repository": {
"type": "git",
"url": "git://github.com/nathanhoad/fountain-js.git"
"url": "git+https://github.com/jonnygreenwald/fountain-js.git"
},
"bugs": {
"url": "https://github.com/nathanhoad/fountain-js/issues"
"url": "https://github.com/jonnygreenwald/fountain-js/issues"
},
"license": "MIT"
"author": "Jonny Greenwald",
"contributors": [
"Matt Daly",
"Jonny Greenwald",
"Nathan Hoad"
],
"license": "MIT",
"devDependencies": {
"@types/jasmine": "^4.0.3",
"jasmine": "^4.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^3.9.5"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc