@z3dev
I didnt get very far...
{
"name": "machinez1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"run": "...cmd to launch a webserver with the viewer"
},
"author": "",
"license": "ISC",
"dependencies": {
"@jscad/modeling": "^2.0.0-alpha.9"
},
"devDependencies": {
"@jscad/web": "^2.0.0-alpha.9"
}
}
- scripts: is there a command that runs a web server with a viewer? I know about
npm run dev
in the www package but that's not what we want.
- dependencies: It seems correct to include this so that is a totally valid package, but perhaps it should just include the typescript definitions. I'm not sure
- devDependencies: a viewer seems like a good thing for development, certainly for a template