service-titan-api
Version:
A module for authenticating and accessing the ServiceTitan API.
33 lines (32 loc) • 633 B
JSON
{
"name": "service-titan-api",
"version": "1.0.5",
"description": "A module for authenticating and accessing the ServiceTitan API.",
"main": "index.mjs",
"type": "module",
"exports": {
".": {
"import": "./index.mjs"
},
"./serviceTitanAuth": {
"import": "./serviceTitanAuth.mjs"
},
"./serviceTitanApi": {
"import": "./serviceTitanApi.mjs"
}
},
"scripts": {
"test": "node test.mjs"
},
"keywords": [
"servicetitan",
"api",
"authentication",
"oauth"
],
"author": "The Graphite Lab",
"license": "MIT",
"dependencies": {
"axios": "^1.8.2"
}
}