UNPKG

@bimdata/2d-engine

Version:

An object oriented 2D viewer to load thousands of objects that you can select, highlight, hide, move with high performances

73 lines (72 loc) 1.96 kB
{ "name": "@bimdata/2d-engine", "version": "2.6.7", "description": "An object oriented 2D viewer to load thousands of objects that you can select, highlight, hide, move with high performances", "main": "dist/2d-engine.js", "module": "dist/2d-engine.js", "unpkg": "dist/2d-engine.js", "types": "./types/index.d.ts", "type": "module", "files": [ "dist/*", "types/*", "CHANGELOG.md", "README.md" ], "scripts": { "dev": "vite", "build": "vite build && terser -c --module dist/2d-engine.js -o dist/2d-engine.js", "test": "npm run test:unit && npm run test:e2e", "serve": "vite --port 3030", "test:e2e": "npm run build && start-server-and-test serve http://localhost:3030 'cypress run'", "test:e2e-dev": "npm run build && start-server-and-test serve http://localhost:3030 'cypress open'", "test:unit": "jest", "prebuild": "rm -rf dist", "lint": "npx eslint .", "prepublishOnly": "npm run build" }, "keywords": [ "2d", "viewer", "svg", "bim", "bimdata" ], "author": "BIMData.io", "license": "MIT", "repository": { "url": "https://github.com/bimdata/2d-engine" }, "bugs": { "url": "https://github.com/bimdata/2d-engine/issues" }, "babel": { "presets": [ "@babel/preset-env" ] }, "jest": { "testEnvironment": "jsdom", "transform": { "^.+\\.js$": "babel-jest" } }, "homepage": "https://github.com/bimdata/2d-engine#readme", "devDependencies": { "@babel/core": "7.21.8", "@babel/preset-env": "7.21.5", "@bimdata/eslint-config": "0.1.1", "@pixi/graphics-smooth": "1.0.0", "@pixi/unsafe-eval": "7.0.5", "@types/jest": "29.5.1", "babel-jest": "29.5.0", "cypress": "12.11.0", "eslint": "8.40.0", "jest": "29.5.0", "jest-environment-jsdom": "^29.5.0", "pixi.js": "7.0.5", "start-server-and-test": "^2.0.0", "terser": "5.17.2", "vite": "4.3.5" } }