{
  "name": "workshopper-adventure-storage",
  "version": "3.0.1",
  "description": "Storage system for workshopper-adventure to store the preferences.",
  "main": "index.js",
  "scripts": {
    "test": "standard --env mocha && nyc mocha --reporter=lcov -- -R spec",
    "cov": " cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  },
  "files": [
    "index.js",
    "test/**"
  ],
  "keywords": [
    "workshopper",
    "util"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/workshopper/workshopper-adventure-storage.git"
  },
  "author": "Ryan Kois",
  "license": "MIT",
  "eslintConfig": {
    "extends": "standard",
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "dependencies": {
    "rimraf": "^3.0.2"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.11",
    "mocha": "^7.1.1",
    "mocha-lcov-reporter": "^1.2.0",
    "nyc": "^15.0.0",
    "standard": "^14.3.3"
  }
}
