{
  "name": "agile-architecture",
  "version": "1.0.2",
  "description": "Global state and logic framework for reactive React applications.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc-watch",
    "test": "mocha -r ts-node/register --exit test/**/*.spec.ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agile-architecture/agile.git"
  },
  "keywords": [
    "React",
    "State-Management"
  ],
  "author": "BennoDev",
  "license": "ISC",
  "dependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.2",
    "@types/node": "^14.6.0",
    "chai": "^4.2.0",
    "eslint-config-prettier": "^6.11.0",
    "mocha": "^8.1.1",
    "prettier": "2.0.5",
    "ts-node": "^8.10.2",
    "tsc-watch": "^4.1.0",
    "tslib": "^2.0.0",
    "typescript": "^3.9.7"
  },
  "files": [
    "dist/**/*"
  ]
}
