{
  "name": "@jwc/jscad-hardware",
  "version": "5.0.0",
  "description": "jscad parts library for screws, washers and nuts",
  "main": "jscad-hardware.jscad",
  "type": "module",
  "scripts": {
    "test": "vitest",
    "test:run": "vitest run",
    "build": "gulp all",
    "start": "gulp",
    "docs": "vuepress-jsdoc --source ./src --dist ./docs && npx vuepress build ./docs"
  },
  "keywords": [
    "jscad",
    "hardware"
  ],
  "author": {
    "name": "John Cole",
    "email": "johnwebbcole@gmail.com",
    "url": "https://jwc.dev"
  },
  "homepage": "https://gitlab.com/johnwebbcole/jscad-hardware",
  "bugs": "https://gitlab.com/johnwebbcole/jscad-hardware/issues",
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:johnwebbcole/jscad-hardware.git"
  },
  "license": "ISC",
  "dependencies": {
    "@jscad/csg": "^0.7.0",
    "@jscad/scad-api": "^0.5.1",
    "@jwc/jscad-utils": "6.0.0"
  },
  "devDependencies": {
    "@jwc/jscad-test-utils": "3.0.1",
    "@jwc/jscad2-regl-renderer": "3.0.0",
    "@rollup/plugin-babel": "7.1.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "gl": "9.0.0-rc.9",
    "gulp": "5.0.1",
    "gulp-eslint": "6.0.0",
    "gulp-inject": "5.0.5",
    "gulp-jscad-files": "6.1.0",
    "gulp-plumber": "1.2.1",
    "gulp-terser": "2.1.0",
    "looks-same": "10.0.1",
    "merge2": "1.4.1",
    "vitest": "^4.1.9"
  }
}
