{
  "name": "@micra/in-memory-storage",
  "version": "0.0.2",
  "license": "MIT",
  "author": {
    "name": "Olavo Amorim Santos",
    "email": "olavo.a.santos@gmail.com"
  },
  "main": "build/index.js",
  "types": "@types/index.d.ts",
  "files": [
    "build/**/*",
    "@types/**/*"
  ],
  "scripts": {
    "build": "yarn rimraf ./build && yarn rimraf ./@types && tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint \"src/**/*.ts\" --cache --fix",
    "publish-package": "npm publish --access public",
    "test": "jest --config jest.config.js",
    "watch": "nodemon"
  },
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.5",
    "@typescript-eslint/eslint-plugin": "^3.0.0",
    "@typescript-eslint/parser": "^3.0.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-prettier": "^3.1.3",
    "jest": "^26.0.1",
    "nodemon": "^2.0.4",
    "prettier": "^2.0.4",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.0.0",
    "ts-node": "^8.10.1",
    "typescript": "^3.9.3"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  }
}
