{
  "name": "pico-engine-core",
  "version": "1.3.0",
  "description": "This provides the environment for KRL to run.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Picolab/pico-engine.git"
  },
  "author": "Picolab",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Picolab/pico-engine/issues"
  },
  "homepage": "https://github.com/Picolab/pico-engine#readme",
  "keywords": [
    "pico-engine",
    "krl",
    "KRE",
    "IoT"
  ],
  "files": [
    "src",
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "rm -rf dist && tsc",
    "test": "ava"
  },
  "dependencies": {
    "bs58": "^4.0.1",
    "cross-fetch": "^3.0.5",
    "cuid": "^2.1.8",
    "didcomm-node": "^0.4.1",
    "krl-compiler": "^1.3.0",
    "krl-stdlib": "^1.3.0",
    "libsodium-wrappers": "^0.7.8",
    "lodash": "^4.17.11",
    "memdown": "^5.1.0",
    "moment-timezone": "^0.5.31",
    "node-schedule": "^1.3.2",
    "normalize-url": "^5.0.0",
    "p-memoize": "^4.0.0",
    "pico-framework": "^0.6.0",
    "qs": "^6.9.4",
    "random-words": "^1.1.1",
    "strftime": "^0.10.0",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "@types/abstract-leveldown": "^5.0.1",
    "@types/levelup": "^4.3.3",
    "@types/lodash": "^4.14.123",
    "@types/node": "^14.14.10",
    "ava": "^1.4.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.1.2"
  },
  "ava": {
    "compileEnhancements": false,
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "gitHead": "7eee32777be87b2a65398ae7054e16dca4f2ccdc"
}
