UNPKG

json-path-value

Version:

It is a library that makes easier working with Json and JsonPath. It provides 3 main functionalities: 1) Json to JsonPath 2) JsonPath to Json 3) Comparing 2 Json's

43 lines (42 loc) 1.2 kB
{ "name": "json-path-value", "version": "0.0.1-beta8", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test ", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/worldline-spain/json-path-value.git" }, "keywords": [ "Json", "JsonPath" ], "author": "Worldline-spain", "license": "ISC", "bugs": { "url": "https://github.com/worldline-spain/json-path-value/issues" }, "homepage": "https://github.com/worldline-spain/json-path-value#readme", "devDependencies": { "@types/jest": "^22.2.3", "@types/node": "^10.12.5", "jest": "^23.0.1", "prettier": "^1.13.2", "ts-jest": "^22.4.6", "tslint": "^5.10.0", "tslint-config-prettier": "^1.13.0", "typescript": "^2.8.3" } }