{
  "name": "rollup-plugin-jess",
  "version": "1.0.8-alpha.8",
  "description": "Rollup plugin for Jess",
  "main": "lib/index",
  "types": "lib/index",
  "files": [
    "lib"
  ],
  "scripts": {
    "ci": "yarn build && yarn test",
    "prepublishOnly": "npm run build",
    "build": "yarn clean && yarn compile",
    "clean": "shx rm -rf ./lib tsconfig.tsbuildinfo",
    "compile": "tsc -b tsconfig.json",
    "test": "ts-mocha test/**/*.ts"
  },
  "dependencies": {
    "jess": "^1.0.8-alpha.8"
  },
  "peerDependencies": {
    "rollup": "^2.0.0"
  },
  "devDependencies": {
    "rollup": "^2.36.2"
  },
  "author": "Matthew Dean",
  "license": "MIT",
  "gitHead": "44d328040c6bc3fde2b2ab9a5bdefb19417f4ae2"
}
