json-logic-js-graphql
Version:
Graphql query support for json-logic-js using Lodash methods
49 lines (48 loc) • 1.36 kB
JSON
{
"name": "json-logic-js-graphql",
"version": "1.2.4",
"description": "Graphql query support for json-logic-js using Lodash methods",
"main": "./lib/index.js",
"scripts": {
"test": "yarn build && mocha 'lib/**/*.test.js' -b -t 20000 --exit",
"build": "babel ./src/ --out-dir ./lib/",
"watch": "babel -w ./src/ --out-dir ./lib/",
"prettier": "prettier --config ./.prettierrc.js --write \"**/*.js\"",
"lint": "yarn prettier --write --check --config ./.prettierrc.js \"**/*.js\" && eslint --fix ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msroot/json-logic-js-graphql.git"
},
"keywords": [
"json",
"logic",
"jsonlogic",
"rules",
"graphql",
"lodash"
],
"author": "msroot",
"license": "MIT",
"bugs": {
"url": "https://github.com/msroot/json-logic-js-graphql/issues"
},
"homepage": "https://github.com/msroot/json-logic-js-graphql#readme",
"dependencies": {
"json-logic-js": "^2.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"set-value": ">=4.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"eslint": "^7.28.0",
"mocha": "^9.0.0",
"prettier": "^2.3.1",
"glob-parent": ">=5.1.2"
}
}