{
  "name": "@createdreamtech/carti-core",
  "version": "1.7.2",
  "description": "",
  "main": "build/src/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc && cp -r src/fixtures build/src/fixtures",
    "generate:types": "node utils/generate_types.js",
    "lint": "eslint -c .eslintrc.js --ext .ts",
    "test": "npm run build && npm run lint && mocha"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@json-schema-tools/dereferencer": "^1.4.0",
    "@json-schema-tools/transpiler": "^1.6.0",
    "@types/chai": "^4.2.14",
    "@types/follow-redirects": "^1.13.0",
    "@types/fs-extra": "^9.0.3",
    "@types/jest": "^26.0.14",
    "@types/lodash": "^4.14.165",
    "@types/mocha": "^8.0.4",
    "@types/mock-aws-s3": "^2.6.1",
    "@types/node": "^12.12.17",
    "@types/rimraf": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "chai": "^4.2.0",
    "eslint": "^7.11.0",
    "jest": "^26.6.3",
    "mocha": "^8.2.1",
    "mock-aws-s3": "^4.0.1",
    "ts-jest": "^26.4.1",
    "ts-node": "^9.0.0",
    "tslint": "^5.18.0",
    "typescript": "^4.0.0"
  },
  "dependencies": {
    "@ipld/dag-cbor": "^2.0.2",
    "ajv": "^6.12.6",
    "aws-sdk": "^2.799.0",
    "follow-redirects": "^1.13.2",
    "fs-extra": "^9.0.1",
    "js-sha3": "^0.8.0",
    "lodash": "^4.17.20",
    "luaparse": "^0.3.0",
    "multiformats": "^4.3.4",
    "rimraf": "^2.6.3"
  }
}
