UNPKG

officekit

Version:

A toolkit to represent and visualize office spaces. It also provides functionality to simulate usage of offices, and calculate a score given a fitness function. It also have functionatlity for automatic allocation of offices using a genetic algorithm.

59 lines (58 loc) 1.46 kB
{ "name": "officekit", "version": "1.1.3", "private": false, "scripts": { "build": "rollup -c", "watch": "rollup -c --watch", "test": "jest", "lint": "eslint src", "prepublishOnly": "npm run build" }, "files": [ "dist", "README.md" ], "keywords": [ "office", "optimization", "vizualization" ], "license": "GPL-3.0-or-later", "main": "dist/bundle.js", "types": "dist/index.d.ts", "devDependencies": { "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^12.1.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.0", "@semantic-release/git": "^10.0.1", "@semantic-release/gitlab": "^13.2.2", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.1", "@types/eslint": "^9.6.0", "@types/lodash": "^4.17.13", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.36.0", "globals": "^15.0.0", "jest": "^29.7.0", "prettier": "^3.1.1", "prettier-plugin-svelte": "^3.1.2", "rollup": "^4.31.0", "rollup-plugin-typescript2": "^0.36.0", "semantic-release": "^24.2.0", "typescript": "^5.7.2", "typescript-eslint": "^8.0.0" }, "type": "module", "dependencies": { "@types/d3": "^7.4.3", "d3": "^7.9.0", "lodash-es": "^4.17.21", "tslib": "^2.8.1", "unique-names-generator": "^4.7.1" } }