UNPKG

dielines

Version:

Create dielines with pantograph APIs

49 lines (48 loc) 1.08 kB
{ "name": "dielines", "version": "0.9.0", "description": "Create dielines with pantograph APIs", "type": "module", "keywords": [ "dielines", "pantograph", "2d", "curves" ], "author": "Steve Genoud <steve@sgenoud.com>", "homepage": "https://github.com/sgenoud/pantograph#readme", "license": "MIT", "main": "lib/dielines.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist", "README.md" ], "scripts": { "start": "vite", "build": "vite build" }, "repository": { "type": "git", "url": "git+https://github.com/sgenoud/pantograph.git" }, "bugs": { "url": "https://github.com/sgenoud/pantograph/issues" }, "dependencies": { "pantograph2d": "^0.9.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", "eslint": "^9.13.0", "prettier": "^3.3.3", "typescript": "^5.6.3", "vite": "^5.4.10", "vite-plugin-dts": "^4.3.0" }, "gitHead": "ec23efee0bc0f6058b55fad89b4424faafad0e1e" }