{
  "name": "archijs",
  "version": "2.2.6",
  "description": "Test javascript architecture",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "jest",
    "coveralls": "node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "author": "Lucas Migliorini",
  "repository": {
    "type": "git",
    "url": "https://github.com/migh1/archijs"
  },
  "license": "MIT",
  "dependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.6"
  },
  "keywords": [
    "arch",
    "architecture",
    "test",
    "unit test",
    "automation",
    "testing"
  ]
}
