UNPKG

@obelisk/client

Version:

Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.

48 lines (47 loc) 1.11 kB
{ "name": "@obelisk/client", "version": "2.10.2", "description": "Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.", "keywords": [ "obelisk", "obelisk-client" ], "homepage": "https://obelisk.ilabt.imec.be", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "prepare": "npm run build", "build": "tsc", "test": "jest" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "/test/.*\\.spec\\.ts$" }, "files": [ "lib" ], "author": "Thomas Dupont <thomas.dupont@ugent.be>", "license": "UNLICENSED", "devDependencies": { "@types/jest": "^23.3.14", "jest": "^24.1.0", "rxjs": "^6.5.4", "ts-jest": "^22.4.6", "typedoc": "^0.14.2", "typescript": "^3.8" }, "dependencies": { "event-source-polyfill": "^1.0.15", "eventsource": "^1.0.7" }, "peerDependencies": { "rxjs": "6.5.x" } }