{
  "name": "cplus",
  "version": "2.0.1",
  "main": "cplus.js",
  "browser": "cplus-browser.mjs",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "yarn run types:build && yarn run bundle",
    "bundle": "node ./scripts/bundle.js",
    "lint": "prettier -w .",
    "prepublish": "yarn run build",
    "types:check": "tsc --project ./tsconfig.json",
    "types:build": "rm -rf dist && tsc --project ./tsconfig-build.json",
    "test": "node test/run.js test/*.spec.js"
  },
  "devDependencies": {
    "@types/node": "14.14.41",
    "chalk": "4.1.0",
    "esbuild": "0.11.11",
    "glob": "^7.1.6",
    "prettier": "2.2.1",
    "rimraf": "2.5.x",
    "ts-node": "9.1.1",
    "typescript": "4.1.2"
  }
}
