UNPKG

ahp-criteria-helper

Version:

A simple package that helps to find the weights of n criteria, and also calculate your consistency ratio.

42 lines (41 loc) 1.24 kB
{ "name": "ahp-criteria-helper", "version": "1.0.0", "keywords": [ "AHP", "Analytic Hierarchy Process" ], "description": "A simple package that helps to find the weights of n criteria, and also calculate your consistency ratio.", "main": "dist/index.js", "types": "dist", "repository": "git@github.com:GabrielAlfs/ahp-criteria-helper.git", "author": "Gabriel Alves <l.luis.gabriel@outlook.com>", "license": "MIT", "scripts": { "dev": "nodemon src/index.ts", "build": "tsc --project ./tsconfig.json", "semantic-release": "semantic-release" }, "devDependencies": { "@types/node": "^16.9.6", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "commitizen": "^4.2.4", "cz-conventional-changelog": "3.3.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^4.0.0", "nodemon": "^2.0.13", "prettier": "^2.4.1", "ts-node": "^10.2.1", "typescript": "^4.4.3", "semantic-release": "^18.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }