{
  "name": "@movable/rollup-plugin-manifest-validator",
  "version": "3.19.0",
  "description": "Validates app-manifest and package-manifest.yml",
  "main": "dist",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/movableink/studio-framework/tree/master/packages/rollup-plugin-manifest-validator.git"
  },
  "license": "MIT",
  "author": {
    "name": "Movable Ink"
  },
  "scripts": {
    "test": "mocha --recursive",
    "dev": "yarn test -w",
    "build": "./node_modules/.bin/babel src --out-dir dist",
    "prepublish": "yarn run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.16",
    "@babel/core": "^7.14.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/register": "^7.13.16",
    "chai": "^4.3.4",
    "mocha": "^8.3.2",
    "rollup": "^2.52.2"
  },
  "dependencies": {
    "ajv": "6.12.6",
    "ajv-keywords": "^3.0.0",
    "yamljs": "^0.3.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "gitHead": "e1e9d6ee7b4e7e66485bd98c03f35fd6540f4408"
}
