{
  "name": "arbnod",
  "version": "1.0.5",
  "description": "Calcul de position nodes",
  "main": "lib/index.js",
  "typings": "index.d.ts",
  "scripts": {
    "benchmarks": "tsc --project ./benchmarks/tsconfig.json && node ./benchmarks/index.js",
    "start": "tsc --watch",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheikhbamba/arbnod.git"
  },
  "author": "Cheikh Bamba BA",
  "license": "MIT",
  "files": [
    "lib",
    "src",
    "index.d.ts"
  ],
  "keywords": [
    "arbnod",
    "node"
  ],
  "bugs": {
    "url": "https://github.com/cheikhbamba/arbnod/issues"
  },
  "devDependencies": {
    "@types/node": "12.6.8",
    "benchmark": "2.1.4",
    "typescript": "3.4.5"
  },
  "dependencies": {},
  "homepage": "https://github.com/cheikhbamba/arbnod"
}