UNPKG

@dalet-oss/lexorank

Version:

A reference implementation of a list ordering system like JIRA's Lexorank algorithm

78 lines (77 loc) 2.09 kB
{ "name": "@dalet-oss/lexorank", "version": "1.1.2", "description": "A reference implementation of a list ordering system like JIRA's Lexorank algorithm", "author": { "name": "Dalet OSS", "url": "https://github.com/dalet-oss" }, "contributors": [ { "name": "Oliver Lockwood", "url": "https://github.com/oliverlockwood" }, { "name": "Manan Shah", "url": "https://github.com/mananrshah" }, { "name": "Alexey Nikitin", "url": "https://github.com/kvandake" } ], "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "LexoRank", "JIRA" ], "repository": { "type": "git", "url": "git+https://github.com/dalet-oss/lexorank-ts.git" }, "bugs": { "url": "https://github.com/dalet-oss/lexorank-ts/issues" }, "homepage": "https://github.com/dalet-oss/lexorank-ts", "scripts": { "clean": "rimraf lib", "build": "yarn run clean && tsc", "test": "jest", "lint": "eslint -c .eslintrc.js --ext .ts ./src" }, "devDependencies": { "@babel/core": "^7.18.13", "@dnd-kit/core": "^6.0.5", "@dnd-kit/sortable": "^7.0.1", "@storybook/addon-actions": "^6.5.10", "@storybook/addon-essentials": "^6.5.10", "@storybook/addon-interactions": "^6.5.10", "@storybook/addon-links": "^6.5.10", "@storybook/builder-webpack5": "^6.5.10", "@storybook/manager-webpack5": "^6.5.10", "@storybook/react": "^6.5.10", "@storybook/testing-library": "^0.0.13", "@types/jest": "^29.0.0", "@types/node": "^18.7.14", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "babel-loader": "^8.2.5", "chromatic": "^6.8.0", "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-storybook": "^0.6.4", "jest": "^29.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "ts-jest": "^28.0.8", "typescript": "^4.8.2", "yarn": "^1.22.19" }, "files": [ "lib/**/*" ], "dependencies": {} }