initial commit

This commit is contained in:
StevanFreeborn
2023-01-25 17:08:19 -06:00
commit 9edb4bd316
5 changed files with 160 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "onspring-api-sdk",
"version": "1.0.0",
"description": "A javascript SDK for interacting with version 2 of the Onspring API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": ""
},
"author": "Stevan Freeborn",
"license": "MIT"
}