{
  "files": [
    "lib/**/*"
  ],
  "name": "@dgmip/lolly-nodejs-library",
  "version": "1.0.15",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "typescript": "^3.3.3333"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.0.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "tslint --fix src/**/*.ts",
    "deploy": "npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/dgmip/lolly.git"
  },
  "keywords": [],
  "author": "Benjamin Wall <bwall256@gmail.com> (https://github.com/DGmip)",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/dgmip/lolly/issues"
  },
  "homepage": "https://gitlab.com/dgmip/lolly#readme"
}
