UNPKG

dxf-write

Version:

A JavaScript interface to Dxf written in TypeScript.

66 lines (65 loc) 1.77 kB
{ "name": "dxf-write", "version": "2.6.8", "description": "A JavaScript interface to Dxf written in TypeScript.", "main": "./lib/index.js", "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "repository": "https://github.com/FishOrBear/writer", "author": "Tarik EL JABIRI", "license": "MIT", "homepage": "https://dxf.vercel.app", "bugs": { "url": "https://github.com/dxfjs/writer/issues", "email": "dxfjss@gmail.com" }, "scripts": { "test": "vitest", "coverage": "vitest run --coverage", "build": "rollup -c", "example": "node examples/example.js", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs", "eslint": "eslint . --fix", "dev": "esbuild src/index.ts --format=cjs --bundle --outfile=dist/index.js" }, "files": [ "lib/**/*" ], "devDependencies": { "@rollup/plugin-json": "^6.0.0", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "@vitest/coverage-c8": "^0.28.3", "del": "^7.0.0", "esbuild": "^0.17.5", "eslint": "^8.33.0", "rollup": "^3.12.1", "rollup-plugin-dts": "^5.1.1", "rollup-plugin-typescript2": "^0.34.1", "ts-node": "^10.9.1", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitepress": "1.0.0-alpha.45", "vitest": "^0.28.3", "vue": "^3.2.47" }, "funding": "https://github.com/sponsors/dxfjs", "keywords": [ "js-dxf", "ts-dxf", "dxf", "writer", "js", "ts" ], "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "@algolia/client-search" ] } } }