{
  "name": "@klasa/core",
  "version": "0.0.3",
  "description": "wip-concept",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "prepublishOnly": "yarn build",
    "build": "tsc",
    "test": "ava",
    "test:lint": "eslint --ext ts src test",
    "test:coverage": "npx nyc check-coverage --lines 90 --functions 90 --branches 90",
    "coverage": "npx nyc --require source-map-support/register npm test",
    "coverage:report": "npx nyc report --reporter=html",
    "lint": "eslint --fix --ext ts src test",
    "docs": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dirigeants/core.git"
  },
  "devDependencies": {
    "@ava/typescript": "^1.1.1",
    "@klasa/dapi-types": "^0.1.1",
    "@types/node": "14",
    "@types/node-fetch": "^2.5.7",
    "@types/ws": "^7.2.4",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "ava": "^3.8.2",
    "eslint": "^6.8.0",
    "eslint-config-klasa": "dirigeants/klasa-lint",
    "nyc": "^15.0.1",
    "source-map-support": "^0.5.19",
    "typedoc": "^0.17.7",
    "typescript": "^4.0.0-dev.20200525"
  },
  "author": "dirigeants",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dirigeants/core/issues"
  },
  "homepage": "https://github.com/dirigeants/core#readme",
  "dependencies": {
    "@klasa/bitfield": "^0.0.2",
    "@klasa/cache": "^0.0.3",
    "@klasa/event-iterator": "^0.0.8",
    "@klasa/rest": "^0.4.0",
    "@klasa/snowflake": "^0.0.1",
    "@klasa/timer-manager": "^0.0.1",
    "@klasa/utils": "^0.0.5",
    "@klasa/ws": "^0.0.12",
    "fs-nextra": "^0.5.1"
  },
  "ava": {
    "files": [
      "test/**/*.ts",
      "!test/lib"
    ],
    "typescript": {
      "extensions": [
        "ts"
      ],
      "rewritePaths": {
        "test/": "dist/test/"
      }
    }
  },
  "files": [
    "dist/src"
  ]
}
