{
  "name": "@tsaspc/node-occ",
  "version": "1.0.17",
  "description": "OpenCascade OCCT Wrapper for Node js",
  "preferGlobal": true,
  "dependencies": {
    "async": "^3.2.3",
    "colors": "*",
    "gettemporaryfilepath": "1.0.1",
    "nan": "^2.14.1",
    "node-gyp": "^8.1.0",
    "node-pre-gyp": "^0.15.0",
    "pace": "~0.0.4",
    "progress": "~2.0.3"
  },
  "devDependencies": {
    "@types/mocha": "^8.0.2",
    "aws-sdk": "^2.734.0",
    "eslint": "^7.7.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-require-path-exists": "^1.1.9",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-utils": "^2.1.0",
    "mocha": "^7.2.0",
    "should": "~13.2.3"
  },
  "main": "index",
  "author": "TSASPC LLC",
  "engines": {
    "node": "*"
  },
  "keywords": [
    "3D",
    "CAD",
    "OpenCascade",
    "OCE",
    "Solid Modeler",
    "geometry",
    "BRep"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tsaspc/node-occ.git"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "mocha -R spec",
    "lint": "eslint lib test bin",
    "doc": "grunt doc",
    "postinstall": "node post-install.js"
  },
  "binary": {
    "module_name": "occ",
    "module_path": "./lib/binding/",
    "host-aws": "https://nodeocc.s3-us-west-1.amazonaws.com",
    "host": "https://github.com/tsaspc/node-occ/releases/download/",
    "remote_path": "{version}"
  },
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/tsaspc/node-occ/issues"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "license": "MIT",
  "homepage": "https://github.com/tsaspc/node-occ#readme",
  "bin": {
    "node-occ": "STEPtoBREP.js"
  }
}
