Skip to content

Instantly share code, notes, and snippets.

@bennyzen
Last active May 3, 2019 16:24
Show Gist options
  • Save bennyzen/93363c5ded8b5023d059356321c7b17c to your computer and use it in GitHub Desktop.
Save bennyzen/93363c5ded8b5023d059356321c7b17c to your computer and use it in GitHub Desktop.
Minimal JSCAD starterkit.
{
"name": "jscad-starter",
"version": "0.0.1",
"description": "A simple, empty starter project for JSCAD. It auto-rebuilds STLs on every change.",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "chokidar \"**/*.jscad\" --verbose -i node_modules -c \"openjscad {path} -of stla\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bennyzen/jscad-starter.git"
},
"keywords": [
"jscad",
"npm"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bennyzen/jscad-starter/issues"
},
"homepage": "https://github.com/bennyzen/jscad-starter#readme",
"dependencies": {
"@jscad/openjscad": "^1.6.1",
"chokidar-cli": "^1.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment