{
  "name": "@dorgjelli-test/core-js",
  "description": "Web3API Javascript Core",
  "version": "0.0.1-prealpha.49",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/web3-api/monorepo.git"
  },
  "main": "build/index.js",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "rimraf ./build && yarn build:manifest && tsc --project tsconfig.build.json",
    "build:manifest": "node ./scripts/generateManifest.js",
    "lint": "eslint --color --ext .ts src/",
    "test": "jest --passWithNoTests --runInBand --verbose",
    "test:ci": "jest --passWithNoTests --runInBand --verbose",
    "test:watch": "jest --watch --passWithNoTests --verbose"
  },
  "dependencies": {
    "@dorgjelli-test/manifest-schema": "0.0.1-prealpha.47",
    "graphql": "15.3.0",
    "graphql-tag": "2.10.4",
    "js-yaml": "3.14.0",
    "jsonschema": "1.4.0",
    "semver": "7.3.4"
  },
  "devDependencies": {
    "@types/jest": "26.0.8",
    "jest": "26.2.2",
    "json-schema-to-typescript": "10.1.3",
    "rimraf": "3.0.2",
    "ts-jest": "26.1.4",
    "ts-node": "8.10.2",
    "typescript": "3.9.7"
  },
  "gitHead": "f722a208a54404a709ab136f2b7926048e67ce6b",
  "publishConfig": {
    "access": "public"
  }
}
