@apihawk/billia-sdk
Version:
The ApiHawk Billia SDK
64 lines (63 loc) • 1.69 kB
JSON
{
"name": "@apihawk/billia-sdk",
"version": "0.0.60",
"description": "The ApiHawk Billia SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"pretty-check": "prettier --check 'src/'",
"prettify": "prettier --write 'src/'",
"lint": "tslint -p tsconfig.json",
"build": "tsc -p tsconfig.build.json && ncp ./src/schema ./lib/schema",
"watch": "tsc --watch --incremental",
"prepare": "npm run build",
"preversion": "npm run lint && npm run test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git@git.apihawk.tech:billia-frontend/apihawk/billia-sdk.git"
},
"keywords": [
"ApiHawk",
"Billia"
],
"author": "Anton Katsarov <anton@webface.bg> (http://www.webface.bg/)",
"license": "MIT",
"devDependencies": {
"@types/jest": "24.0.23",
"@types/md5": "2.1.33",
"@types/nock": "10.0.3",
"@types/node": "12.6.8",
"@types/qs": "6.5.3",
"@types/request-promise": "4.1.44",
"@types/tldjs": "2.3.0",
"husky": "3.0.4",
"jest": "24.8.0",
"ncp": "2.0.0",
"prettier": "~2.0.2",
"pretty-quick": "~2.0.1",
"ts-jest": "24.0.2",
"tslint": "5.18.0",
"tslint-config-prettier": "~1.18.0",
"typescript": "3.5.2"
},
"dependencies": {
"@apihawk/connector": "~0.0.13",
"@apihawk/errors": "~0.0.8",
"jsonschema": "~1.2.4",
"markdown": "^0.5.0",
"md5": "~2.2.1",
"moment": "~2.24.0",
"nock": "~10.0.6",
"punycode": "~2.1.1",
"qs": "~6.7.0",
"request-promise": "~4.2.4",
"tldjs": "~2.3.1"
}
}