@datenkraft/bb-base-api-ts-client
Version:
The Base API TS Client package enables you to work with other Backbone TS Client packages.
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "@datenkraft/bb-base-api-ts-client",
"homepage": "https://bitbucket.org/datenkraft/bb-base-api-ts-client#readme",
"version": "1.0.5",
"description": "The Base API TS Client package enables you to work with other Backbone TS Client packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch-build": "tsc -w",
"test": "jest",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"files": [
"/dist"
],
"keywords": [
"apiclient",
"backbone",
"typescript",
"base"
],
"license": "MIT",
"authors": [
{
"name": "Datenkraft GmbH"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/datenkraft/bb-base-api-ts-client.git"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.11.44",
"@types/node-fetch": "^2.6.2",
"@types/simple-oauth2": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"client-oauth2": "^4.3.3",
"eslint": "^8.19.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"firebase": "^9.9.0",
"jest": "^27.5.1",
"prettier": "^2.7.1",
"ts-jest": "^27.1.5",
"typescript": "^4.7.4"
},
"dependencies": {
"dayjs": "^1.11.3",
"node-fetch": "^2.6.7",
"simple-oauth2": "^4.3.0"
}
}