{
  "name": "jsy-transpile",
  "version": "0.10.9",
  "description": "Offside (indention) JSY syntax transpiler to standard JavaScript — without Babel",
  "author": "Shane Holloway <shane.holloway@ieee.org>",
  "license": "BSD-2-Clause",
  "keywords": [
    "jsy",
    "python",
    "wisp",
    "coffeescript",
    "offside",
    "indention",
    "indent",
    "syntax",
    "transpile",
    "transpiler"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsy-lang/jsy.git"
  },
  "bugs": {
    "url": "https://github.com/jsy-lang/jsy/issues"
  },
  "homepage": "https://github.com/jsy-lang/jsy#readme",
  "bin": {
    "jsy": "transpile.mjs",
    "jsy-transpile": "transpile.mjs",
    "jsy-scan": "scan.mjs"
  },
  "files": [
    "esm",
    "cjs",
    "code",
    "jsy-script.js",
    "transpile.mjs",
    "scan.mjs",
    "unittest.html",
    "test/__unittest.iife.js"
  ],
  "type": "module",
  "module": "esm/index.js",
  "browser": "esm/index.js",
  "exports": {
    "./*": "./*",
    ".": "./esm/index.js"
  },
  "workspaces": [
    "test/"
  ],
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-virtual": "^3.0.1",
    "@rollup/pluginutils": "^5.0.4",
    "rollup": "^4.39.0",
    "tiny-source-map": "^0.8.0"
  },
  "scripts": {
    "clean": "rm -rf umd/ esm/ iife/",
    "switch:jsy": "node ./pkg.switch.mjs && npm install && npm run build",
    "switch:legacy": "node ./pkg.switch.mjs --legacy && npm install && npm run build",
    "build": "rollup --config",
    "build:stable": "rollup --config rollup.stable.js",
    "watch:fast": "JSY_BUILD=fast npm -s run build -- --watch",
    "watch": "npm -s run build -- --watch",
    "pretest": "npm -s run build",
    "test": "cd test; npm -s run test",
    "test:install": "cd test; npm -s install",
    "test:one": "cd test; npm -s run test:one",
    "test:lean": "cd test; npm -s run test:lean",
    "test:watch": "cd test; npm -s run test:watch",
    "prepublishOnly": "npm -s run clean && npm -s run test"
  }
}
