{
  "name": "@movable/rollup-plugin-manifest-merger",
  "version": "3.17.0",
  "description": "Merges package manifests into an App manifest",
  "main": "build/src/index.js",
  "keywords": [],
  "homepage": "https://github.com/movableink/studio-framework/tree/master/packages/rollup-plugin-manifest-merger#readme",
  "bugs": {
    "url": "https://github.com/movableink/studio-framework/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/movableink/studio-framework/tree/master/packages/rollup-plugin-manifest-merger.git"
  },
  "license": "MIT",
  "author": {
    "name": "Movable Ink"
  },
  "scripts": {
    "test": "NODE_ENV=test TS_NODE_FILES=true mocha --require ./node_modules/ts-node/register test/**/*.ts",
    "build": "tsc && copyfiles src/**/*.html build",
    "prepublish": "yarn run build"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@types/chai": "^4.2.18",
    "@types/find-root": "^1.1.2",
    "@types/mocha": "^8.2.2",
    "@types/uuid": "^8.3.0",
    "@types/yamljs": "^0.2.31",
    "chai": "^4.3.4",
    "mocha": "^8.4.0",
    "rollup": "^2.52.2",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.4"
  },
  "dependencies": {
    "@rollup/pluginutils": "^4.1.0",
    "@types/js-yaml": "^4.0.9",
    "ast-types": "^0.14.2",
    "copyfiles": "^2.4.1",
    "js-yaml": "^4.1.0",
    "pkg-dir": "^5.0.0",
    "recast": "^0.20.4",
    "resolve": "^1.20.0",
    "uuid": "^8.3.2"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "gitHead": "da179f4d7c862ed7d49d0515f7d6a6116eb6e6ae"
}
