feathersjs-offline/owndata-ownnet

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "feathersjs-offline",
  "description": "FeathersJS offline-first realtime universe",
  "version": "2.0.7",
  "keywords": [
    "feathers",
    "feathersjs-offline",
    "offline-first",
    "mobile"
  ],
  "author": {
    "name": "Feathersjs-offline contributors",
    "email": "feathersjs-offline@hillerstrom.name",
    "url": "https://github.com/feathersjs-offline"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs-offline/issues"
  },
  "homepage": "https://github.com/feathersjs-offline",
  "publishConfig": {
    "access": "restricted"
  },
  "main": "dist/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feathersjs-offline/owndata-ownnet"
  },
  "engines": {
    "node": ">= 12"
  },
  "scripts": {
    "install": "lerna bootstrap",
    "publish": "git commit -am \"chore: Update changelog\" && git push origin",
    "xpublish": "lerna publish && git commit -am \"chore: Update changelog\" && git push origin",
    "lint": "tslint 'packages/[server,client]/*.js' 'packages/[server,client]/*.ts' -c tslint.json --fix",
    "update-dependencies": "ncu -u && lerna exec -- ncu -u",
    "clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' + && find . -name .scratch -exec rm -rf '{}' +",
    "unit": "nyc lerna run unit",
    "test": "npm run lint && nyc lerna run test",
    "webpack": "parallel-webpack"
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.10",
    "babel-loader": "^8.2.2",
    "lerna": "^5.4.3",
    "npm-check-updates": "^16.0.5",
    "nyc": "^15.1.0",
    "parallel-webpack": "^2.6.0",
    "shx": "^0.3.3",
    "tslint": "^6.1.3",
    "typescript": "^4.1.2",
    "webpack": "^4.0",
    "webpack-merge": "^5.5.0"
  }
}