{
  "name": "phasic",
  "version": "1.0.2",
  "description": "Run functions in phases. Useful for load and performance testing",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -w -p tsconfig.json",
    "test": "ts-node ./test/test.ts",
    "test:server": "ts-node ./test/server.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stepci/phasic.git"
  },
  "keywords": [
    "load-testing",
    "performance-testing",
    "testing"
  ],
  "author": "Mish Ushakov <mish@stepci.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stepci/phasic/issues"
  },
  "homepage": "https://github.com/stepci",
  "devDependencies": {
    "@tsconfig/node16": "^1.0.3",
    "@types/node": "^18.7.18",
    "@types/node-fetch": "^2.6.2",
    "fastify": "^4.9.2",
    "node-fetch": "^2.6.7",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  },
  "files": [
    "dist"
  ]
}
