@apihawk/appcell-sdk
Version:
The ApiHawk AppCell SDK
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "@apihawk/appcell-sdk",
"version": "0.0.5",
"description": "The ApiHawk AppCell 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/appcell-sdk.git"
},
"keywords": [
"ApiHawk",
"Billia",
"Appcell"
],
"author": "Sevdi Palazliev <s.palazliev@apihawk.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/nock": "^10.0.3",
"@types/node": "^12.6.8",
"@types/qs": "^6.9.0",
"@types/request-promise": "^4.1.44",
"@types/tldjs": "^2.3.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@apihawk/billia-sdk": "^0.0.25",
"@apihawk/connector": "^0.0.13",
"qs": "^6.9.1",
"request-promise": "^4.2.4"
}
}