36 lines
755 B
JSON
36 lines
755 B
JSON
{
|
|
"name": "@jlinc/sdk",
|
|
"version": "1.0.0",
|
|
"description": "JLINC SDK for utilizing the JLINC API.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "rm -rf dist && tsc --project tsconfig.build.json && cp src/index.js dist/"
|
|
},
|
|
"homepage": "https://www.jlinc.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.jlinc.io/jlinc-labs/jlinc-library-node"
|
|
},
|
|
"keywords": [
|
|
"jlinc",
|
|
"audit",
|
|
"governance",
|
|
"authorization"
|
|
],
|
|
"author": "Ben Curtis",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^17.4.1",
|
|
"jest": "^30.3.0",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
]
|
|
}
|