@apihawk/help-center-sdk
Version:
The ApiHawk Help Center SDK
56 lines (55 loc) • 1.42 kB
JSON
{
"name": "@apihawk/help-center-sdk",
"version": "0.0.2",
"description": "The ApiHawk Help Center SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"lint": "tslint -p tsconfig.json",
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git@git.apihawk.tech:billia-frontend/apihawk/help-center-sdk.git"
},
"keywords": [
"ApiHawk",
"Billia"
],
"author": "Sevdi Palazliev <s.palazliev@apihawk.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/nock": "^10.0.3",
"@types/qs": "^6.5.3",
"@types/tldjs": "^2.3.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@apihawk/connector": "0.0.10",
"@types/cheerio": "^0.22.13",
"@types/md5": "^2.1.33",
"@types/node": "^12.6.8",
"@types/request-promise": "^4.1.44",
"cheerio": "^1.0.0-rc.2",
"md5": "^2.2.1",
"nock": "^10.0.6",
"punycode": "^2.1.1",
"qs": "^6.7.0",
"request-promise": "^4.2.4",
"tldjs": "^2.3.1",
"transliteration": "^2.1.7"
}
}