{
  "name": "barnes-hut-tree-builder",
  "version": "0.0.25",
  "description": "A module to build quadtrees for the barnes-hut algorithm with high performance, implemented using WebAssembly (WIP)",
  "main": "dist/wrapper/main.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "sh ./scripts/test-all.sh",
    "test-core": "sh ./scripts/test-core.sh",
    "build-core": "sh ./scripts/build-core.sh",
    "build": "sh ./scripts/build.sh",
    "test-wrapper": "jest"
  },
  "author": "Tim Williamson",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.6.2",
    "@babel/core": "^7.6.2",
    "@babel/node": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "babel-jest": "^24.9.0",
    "babel-polyfill": "^6.26.0",
    "eslint": "^6.5.1",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.9.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Le5tes/barnes-hut-tree-builder.git"
  },
  "dependencies": {
    "core-js": "^3.6.4",
    "regenerator-runtime": "^0.13.3"
  }
}
