Last active
May 3, 2019 16:24
-
-
Save bennyzen/93363c5ded8b5023d059356321c7b17c to your computer and use it in GitHub Desktop.
Minimal JSCAD starterkit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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