UNPKG

jakke-graphics-ts

Version:

My common graphics utils for building my aec apps.

39 lines (38 loc) 808 B
{ "name": "jakke-graphics-ts", "version": "0.0.3", "description": "2D, 3D geometry and graphics utility library for TypeScript projects.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "build": "node pack.config.js" }, "publishConfig": { "access": "public" }, "keywords": [ "graphics", "geometry", "2d", "3d", "typescript", "utility" ], "author": "JakkeLab", "license": "MIT", "description": "", "repository": { "type": "git", "url" : "https://github.com/JakkeLab-AEC/jakke-graphics-ts" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "vite": "^6.3.1", "ws": "^8.18.1" } }