{
  "name": "@forten/build",
  "version": "2.0.0",
  "description": "Help create modular apps with blocks.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fortenjs/forten.git"
  },
  "author": "Maia Taewana <maia@fortenjs.org>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "tsc",
    "clean": "rimraf .cache dist coverage",
    "test": "jest -c setup/jest.js",
    "test:watch": "jest -c setup/jest.js --watch --coverage false"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "overmind": "^25.0.2"
  },
  "devDependencies": {
    "@types/simple-mock": "^0.8.1",
    "jest": "^26.6.3",
    "prettier": "^2.1.2",
    "simple-mock": "^0.8.0",
    "ts-jest": "^26.4.4",
    "typescript": "^4.2.3"
  }
}