@tarikjabiri/dxf
Version:
A JavaScript interface to Dxf written in TypeScript.
72 lines (71 loc) • 1.84 kB
JSON
{
"name": "@tarikjabiri/dxf",
"version": "2.8.9",
"description": "A JavaScript interface to Dxf written in TypeScript.",
"main": "./lib/index.cjs.js",
"module": "./lib/index.esm.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/dxfjs/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",
"@rollup/plugin-terser": "^0.4.1",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitest/coverage-c8": "^0.31.0",
"colorette": "^2.0.20",
"del": "^7.0.0",
"esbuild": "^0.17.18",
"eslint": "^8.40.0",
"rollup": "^3.21.5",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vitepress": "1.0.0-alpha.75",
"vitest": "^0.31.0",
"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"
]
}
},
"engines": {
"node": ">=16",
"pnpm": ">=8"
}
}