{
  "name": "sttore",
  "version": "1.2.0",
  "description": "State manager",
  "main": "lib/index.js",
  "types": "./types/index.d.ts",
  "bugs": "https://github.com/Bitzone-lab/sttore/issues",
  "repository": "https://github.com/Bitzone-lab/sttore",
  "homepage": "https://github.com/Bitzone-lab",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "tsc": "tsc",
    "lint": "eslint . --ext .ts",
    "types": "tsc --d --declarationDir ./types",
    "pub": "npm run lint && npm run test && npm run types && npm run tsc && npm publish"
  },
  "keywords": [
    "states",
    "store",
    "storage",
    "initial"
  ],
  "files": [
    "lib",
    "types",
    "Readme.md",
    "LICENCE"
  ],
  "author": "Erick <ertriilive@gmail.com> (https://github.com/ertrii)",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "@typescript-eslint/eslint-plugin": "^4.14.0",
    "@typescript-eslint/parser": "^4.14.0",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.3.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "tslint": "^6.1.3",
    "typescript": "^4.1.3"
  }
}
