hud-ai
Version:
Hud.ai API Client
82 lines (81 loc) • 1.88 kB
JSON
{
"name": "hud-ai",
"version": "1.88.0",
"description": "Hud.ai API Client",
"main": "./build/HudAiClient.js",
"types": "./build/HudAiClient.d.ts",
"bugs": {
"url": "https://github.com/FoundryAI/hud-ai-node/issues"
},
"scripts": {
"build": "tsc -p ./",
"prepublishOnly": "tsc -p ./",
"reportCoverage": "nyc report --reporter=text-lcov | coveralls",
"run": "ts-node ./lib/HudAiClient.ts",
"test": "nyc mocha",
"watch": "mocha-typescript-watch"
},
"repository": {
"type": "git",
"url": "https://github.com/FoundryAI/hud-ai-node"
},
"homepage": "https://github.com/FoundryAI/hud-ai-node#readme",
"keywords": [
"foundry",
"foundryai",
"hudai",
"hud-ai",
"hud-ai"
],
"author": "FoundryAI Engineering",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.3",
"@types/chai-as-promised": "^7.1.0",
"@types/joi": "^13.0",
"@types/lodash": "^4.14",
"@types/node": "^8.10",
"@types/sinon-chai": "^2.7.28",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-interface": "^2.0.3",
"chance": "^1.0.16",
"mocha": "^5.2.0",
"mocha-typescript": "^1.1.12",
"moment": "^2.22.1",
"nock": "^9.2.5",
"nyc": "^11.7.1",
"sinon": "^7.1.1",
"sinon-chai": "^2.14.0",
"ts-node": "^6.0.2",
"typescript": "^2.8.3"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"date-fns": "^1.29.0",
"joi": "^13.2.0",
"joi-browser": "^13.0.1",
"lodash": "^4.17.10",
"qs": "^6.5.2"
},
"nyc": {
"include": [
"lib/**/*.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"lcov",
"text-summary"
],
"sourceMap": true,
"instrument": true
}
}