{
    "name": "json2json-transformer",
    "version": "1.0.0",
    "description": "Simple library to transform json documents using json templates",
    "main": "./build/index.js",
    "typings": "./build/index.d.ts",
    "scripts": {
        "pretest": "tsc --project ./test",
        "test": "./node_modules/.bin/mocha ./test/test.js",
        "prepublish": "tsc"
    },
    "author": {
        "name": "Giuseppe Riolo",
        "email": "riolo.giuseppe@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RioloGiuseppe/json2json-transformer.git"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/RioloGiuseppe/json2json-transformer/issues"
    },
    "homepage": "https://github.com/RioloGiuseppe/json2json-transformer#README",
    "dependencies": {
        "jsonpath": "^1.0.0",
        "lodash": "^4.17.4"
    },
    "devDependencies": {
        "@types/chai": "^4.1.2",
        "@types/lodash": "4.14.98",
        "@types/mocha": "^2.2.47",
        "@types/node": "^9.4.0",
        "chai": "^4.1.2",
        "mocha": "^5.0.0"
    },
    "keywords": [
        "json",
        "template",
        "render",
        "transform"
    ]
}
