{
  "name": "@petristation/renewjs",
  "version": "2.0.3",
  "description": "Parser for .rnw files",
  "keywords": [
    "renew",
    "petrinets",
    "parser",
    "petristation"
  ],
  "license": "MIT",
  "author": "Laszlo Korte",
  "type": "module",
  "main": "index.js",
  "files": [
    "src/compare.js",
    "src/cycle.js",
    "src/grammar.js",
    "src/hierarchy.js",
    "src/index.js",
    "src/parser.js",
    "src/reader.js",
    "src/serializer.js",
    "src/symbols.js",
    "src/tokenizer.js"
  ],
  "exports": {
    ".": "./src/index.js"
  },
  "scripts": {
    "test": "node ./tests/test.js"
  }
}
