{
  "name": "livescript-compiler",
  "version": "0.1.1",
  "description": "Pluggable LiveScript compiler",
  "main": "lib/index.js",
  "scripts": {
    "test": "node_modules/.bin/lsc test",
    "build": "node -r livescript-transform-esm/register/cjs ./dev/build",
    "clean": "rm -rf lib",
    "rebuild": "npm run clean && npm run build",
    "retest": "npm run rebuild && npm run test",
    "update-dependencies": "ncu -a && npm install && git add . && git commit -m \"Updated dependencies\" && npm version patch && npm publish"
  },
  "author": "Bartosz Matuszewski <bartosz.wojciech.matuszewski@gmail.com>",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "chokidar": "^2.1.2",
    "fs-extra": "^7.0.1",
    "livescript-system": "0.0.13",
    "livescript-transform-esm": "^3.0.0",
    "livescript-transform-implicit-async": "^1.0.9",
    "livescript-transform-object-create": "1.0.8"
  },
  "dependencies": {
    "js-nodes": "0.1.0",
    "livescript": "^1.6.0",
    "source-map": "^0.7.3",
    "sourcemap-validator": "^1.0.6"
  }
}
