@manifold-studio/create-app
Version:
Scaffolding tool for creating Manifold Studio projects
55 lines (54 loc) • 1.66 kB
JSON
{
"name": "@manifold-studio/create-app",
"version": "0.3.7",
"type": "module",
"description": "Scaffolding tool for creating Manifold Studio projects",
"keywords": [
"manifold",
"3d",
"cad",
"scaffolding",
"cli"
],
"bin": {
"create-app": "./bin/index.js"
},
"files": [
"bin",
"templates"
],
"scripts": {
"build": "node build.js",
"test": "vitest run",
"test:watch": "vitest",
"test:verbose": "vitest run --reporter=verbose",
"test:template": "vitest run tests/integration/template-generation.test.ts --reporter=verbose",
"test:package": "vitest run tests/integration/package-validation.test.ts --reporter=verbose",
"test:install": "vitest run tests/integration/installation.test.ts --reporter=verbose",
"test:integration": "vitest run tests/integration/ --reporter=verbose",
"test:published": "vitest run tests/integration/published-packages.test.ts --reporter=verbose",
"test:scaffold": "node bin/index.js test-project /tmp/test-project --no-install && echo 'Generated project in /tmp/test-project (dependencies not installed)'"
},
"dependencies": {
"commander": "^11.0.0",
"handlebars": "^4.7.0",
"manifold-3d": "^3.1.1"
},
"devDependencies": {
"typescript": "^5.0.2",
"vitest": "^1.0.0",
"@types/node": "^20.0.0",
"esbuild": "^0.19.0",
"jsdom": "^24.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tonyhschu/manifold-cad-live-preview.git",
"directory": "packages/create-app"
},
"author": "Tony Chu <tonyhschu@gmail.com>",
"license": "MIT"
}