@forestadmin/forestadmin-client
Version:
This package contains the logic to use the ForestAdmin API inside an agent.
40 lines (39 loc) • 947 B
JSON
{
"name": "@forestadmin/forestadmin-client",
"version": "1.36.13",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForestAdmin/agent-nodejs.git",
"directory": "packages/forestadmin-client"
},
"dependencies": {
"eventsource": "2.0.2",
"json-api-serializer": "^2.6.6",
"jsonwebtoken": "^9.0.0",
"object-hash": "^3.0.0",
"openid-client": "^5.7.1",
"superagent": "^10.2.1"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf coverage dist",
"lint": "eslint src test",
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-toolkit": "1.50.0",
"@types/json-api-serializer": "^2.6.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/superagent": "^8.1.9"
}
}