{
  "name": "data-pipeline-information-system-sparql",
  "version": "1.0.12",
  "description": "Sparql function to query/update RDF through SPARQL 1.1",
  "main": "./dist/main.js",
  "scripts": {
    "test": " ts-node node_modules/tape/bin/tape test/test.ts",
    "grunt": "grunt",
    "build": "tsc",
    "prepublishOnly": "npm version patch"
  },
  "repository": {
    "type": "git",
    "url": "https://forgemia.inra.fr/guilhem.heinrich/dpis-sparql.git"
  },
  "devDependencies": {
    "@types/node": "^10.12.17",
    "@types/tape": "^4.2.33",
    "stream-chain": "^2.1.0",
    "stream-json": "^1.1.4",
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-tape": "^0.1.0",
    "grunt-ts": "^6.0.0-beta.21",
    "grunt-tslint": "^5.0.2",
    "tape": "^4.9.1",
    "typescript": "^3.2.2"
  },
  "keywords": [
    "sparql",
    "dpis"
  ],
  "author": "Guilhem HEINRICH <guilhem.heinrich@inra.fr>",
  "license": "ISC",
  "dependencies": {
    "@types/ajv": "^1.0.0",
    "@types/json-pointer": "^1.0.30",
    "@types/sparqljs": "^2.1.0",
    "@types/yamljs": "^0.2.30",
    "ajv": "^6.6.2",
    "json-pointer": "^0.6.0",
    "sparqljs": "^2.2.3",
    "yamljs": "^0.3.0"
  }
}
