initial release build
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user