{
  "name": "vbase",
  "version": "0.0.38",
  "description": "Yet another set of libraries",
  "scripts": {
    "build": "npm run build:node && npm run build:esnext && npm run build:es5",
    "clean": "rimraf ./coverage ./stage",
    "test": "jest --config=./config/jest/jest.config.js --verbose --coverage",
    "report-coverage": "codecov",
    "build:es5": "tsc --project ./config/ts/es5/tsconfig.json",
    "build:esnext": "tsc --project ./config/ts/esnext/tsconfig.json",
    "build:node": "tsc --project ./config/ts/node/tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evg656e/vbase.git"
  },
  "keywords": [
    "color",
    "containers",
    "graphics",
    "hash",
    "intersections",
    "library",
    "math",
    "shapes",
    "signal",
    "typescript",
    "vbase"
  ],
  "author": "evg656e <evg656e@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/evg656e/vbase/issues"
  },
  "homepage": "https://github.com/evg656e/vbase#readme",
  "devDependencies": {
    "@types/chai": "latest",
    "@types/jest": "latest",
    "chai": "latest",
    "codecov": "latest",
    "jest": "latest",
    "rimraf": "latest",
    "ts-jest": "latest",
    "ts-node": "latest",
    "tslib": "latest",
    "typescript": "latest"
  }
}
