dielines
Version:
Create dielines with pantograph APIs
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "dielines",
"version": "0.11.2",
"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.11.2"
},
"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": "e5e343eaf7239e98d49541b359d077f310acb473"
}