UNPKG

human-logic

Version:
68 lines (67 loc) 1.75 kB
{ "name": "human-logic", "version": "2.0.4", "description": "Human Logic", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "all": "yarn lint && yarn test && yarn build && yarn docs", "test": "npx jest", "test:watch": "npx jest --watch", "lint": "npx eslint -c .eslintrc.js --ext .ts src", "build": "npx tsc -p tsconfig-dist.json", "docs": "typedoc src", "prepublishOnly": "yarn lint && yarn test", "prepare": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/arturania/human-logic.git" }, "keywords": [ "logic", "multivalued", "fuzzy", "mathematical", "math", "descrete", "common", "sense", "human" ], "author": "ArtUrania <contact@arturania.com>", "license": "MIT", "bugs": { "url": "https://github.com/arturania/human-logic/issues" }, "homepage": "https://github.com/arturania/human-logic#readme", "engines": { "node": ">= 6.0.0" }, "devDependencies": { "@babel/core": "^7.23.2", "@babel/eslint-parser": "^7.22.15", "@babel/plugin-transform-class-properties": "^7.22.5", "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.23.2", "@types/jest": "^29.5.6", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint": "^8.52.0", "eslint-config-last": "^0.0.5", "eslint-config-prettier": "^9.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "prettier": "^3.0.3", "typedoc": "^0.25.2", "typescript": "^5.2.2" }, "dependencies": { "tslib": "^2.6.2" } }