@trophyso/node
Version:
NodeJS SDK for the Trophy API
32 lines (31 loc) • 661 B
JSON
{
"name": "@trophyso/node",
"version": "1.0.4",
"description": "NodeJS SDK for the Trophy API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"trophy",
"gamification",
"node",
"api"
],
"homepage": "https://github.com/trophyso/trophy-node",
"author": "Trophy (https://trophy.so)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/trophyso/trophy-node"
},
"engines": {
"node": ">=12.*"
},
"dependencies": {
"url-join": "^4.0.1",
"form-data": "^4.0.1",
"node-fetch": "^3.3.2",
"qs": "^6.14.0"
}
}