{
  "name": "@polywrap/polywrap-manifest-types-js",
  "description": "Polywrap Manifest TypeScript Typings",
  "version": "0.12.2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/polywrap/monorepo.git"
  },
  "main": "./build/index.js",
  "scripts": {
    "build": "rimraf ./build && tsc --project tsconfig.build.json",
    "prebuild": "ts-node ./scripts/generate.ts",
    "test": "jest --passWithNoTests --runInBand --verbose",
    "test:watch": "yarn test -- --watch"
  },
  "dependencies": {
    "@polywrap/logging-js": "0.12.2",
    "@polywrap/polywrap-manifest-schemas": "0.12.2",
    "jsonschema": "1.4.0",
    "semver": "7.5.3",
    "yaml": "2.2.2"
  },
  "devDependencies": {
    "@polywrap/os-js": "0.12.2",
    "@types/jest": "26.0.8",
    "@types/mustache": "4.0.1",
    "@types/prettier": "2.6.0",
    "@types/semver": "7.5.0",
    "jest": "26.6.3",
    "json-schema-to-typescript": "11.0.2",
    "mustache": "4.0.1",
    "rimraf": "3.0.2",
    "ts-jest": "26.5.4",
    "ts-node": "10.9.1",
    "typescript": "4.9.5"
  },
  "gitHead": "7346adaf5adb7e6bbb70d9247583e995650d390a",
  "publishConfig": {
    "access": "public"
  }
}
