{
  "name": "perfocode",
  "version": "1.6.1",
  "description": "Performance checker",
  "main": "index.js",
  "module": "index.es6.js",
  "jsnext:main": "index.es6.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "innetjs release",
    "release": "innetjs release -p",
    "patch": "innetjs patch",
    "speed:node": "innetjs run speed.test.ts -c tsconfig.speed.json --expose-gc",
    "speed:bun": "bun speed.test.ts",
    "test": "PERFOCODE_COLUMNS=\"{name} | {value} | {progressStart}\" innetjs run speed.test.ts -c tsconfig.speed.json --expose-gc",
    "minor": "innetjs minor",
    "major": "innetjs major",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d8corp/perfocode.git"
  },
  "keywords": [
    "performance",
    "code",
    "perfect",
    "test",
    "describe",
    "front-end"
  ],
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/d8corp/perfocode/issues"
  },
  "homepage": "https://github.com/d8corp/perfocode",
  "dependencies": {
    "chalk": "^4.1.0"
  }
}