{
  "name": "krl-stdlib",
  "version": "1.3.0",
  "description": "Standard library for KRL",
  "main": "dist/index.js",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "prepublish": "npm run build",
    "start": "ava -w",
    "test": "ava",
    "build": "rm -rf dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Picolab/pico-engine.git"
  },
  "keywords": [
    "krl",
    "pico-engine",
    "compiler"
  ],
  "author": "Picolab",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Picolab/pico-engine/issues"
  },
  "homepage": "https://github.com/Picolab/pico-engine#readme",
  "devDependencies": {
    "@types/abstract-leveldown": "^5.0.1",
    "@types/leveldown": "^4.0.0",
    "@types/levelup": "^3.1.0",
    "@types/lodash": "^4.14.123",
    "@types/node": "^14.0.24",
    "ava": "^1.4.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.1.2"
  },
  "dependencies": {
    "json-log": "^3.0.1",
    "lodash": "^4.17.11",
    "pico-framework": "^0.6.0",
    "select-when": "^0.1.7"
  },
  "ava": {
    "compileEnhancements": false,
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "gitHead": "7eee32777be87b2a65398ae7054e16dca4f2ccdc"
}
