{
  "name": "@nnode/core-web",
  "version": "3.4.1",
  "description": "NativeCode Web Library",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nativecode-dev/sosus.git"
  },
  "bugs": {
    "url": "https://github.com/nativecode-dev/sosus/issues"
  },
  "homepage": "https://github.com/nativecode-dev/sosus/tree/master/packages/core-web#readme",
  "author": "opensource@nativecode.com",
  "keywords": [
    "web-lib"
  ],
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "directories": {
    "lib": "lib",
    "test": "specs"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "templates": "mustache ../../.markdown.json ../../LICENSE.md.mustache > LICENSE.md",
    "upgrade": "npx npm-check -y"
  },
  "dependencies": {
    "@nnode/core": "^3.3.1",
    "@nnode/core-data": "^1.5.0",
    "@nnode/lincoln": "^0.7.0",
    "express": "~4.17.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.3",
    "@types/node": "^12.0.0"
  },
  "gitHead": "130b0ac26696cac166cc79dc3d96ad02d6519ce9"
}
