{
  "name": "@inward/example-context",
  "version": "2.2.0",
  "description": "Standalone examples for @inward/context",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "author": "Inwio",
  "copyright.owner": "Inwio",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "acceptance": "ib-mocha \"dist/__tests__/acceptance/**/*.js\"",
    "build": "ib-tsc",
    "build:watch": "ib-tsc --watch",
    "clean": "ib-clean *example-context*.tgz dist *.tsbuildinfo package",
    "verify": "npm pack && tar xf *example-context*.tgz && tree package && npm run clean",
    "lint": "npm run prettier:check && npm run eslint",
    "lint:fix": "npm run eslint:fix && npm run prettier:fix",
    "prettier:cli": "ib-prettier \"**/*.ts\" \"**/*.js\"",
    "prettier:check": "npm run prettier:cli -- -l",
    "prettier:fix": "npm run prettier:cli -- --write",
    "eslint": "ib-eslint --report-unused-disable-directives .",
    "eslint:fix": "npm run eslint -- --fix",
    "pretest": "npm run clean && npm run build",
    "test": "ib-mocha \"dist/__tests__/**/*.js\"",
    "posttest": "npm run lint",
    "test:dev": "ib-mocha dist/__tests__/**/*.js && npm run posttest",
    "prestart": "npm run build",
    "start": "node ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inwio/inward.git",
    "directory": "examples/context"
  },
  "dependencies": {
    "@inward/context": "^3.9.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@inward/build": "^5.5.0",
    "@inward/eslint-config": "^8.1.0",
    "@inward/testlab": "^3.2.0",
    "@types/node": "^14.0.6",
    "eslint": "^7.1.0",
    "typescript": "^3.9.3"
  },
  "keywords": [
    "inward",
    "LoopBack",
    "example",
    "tutorial"
  ],
  "gitHead": "ae93a5ddb2ffd27e4cc7e2c8d3e0af92a7633606"
}
