chore: New sdk things

This commit is contained in:
BluJ
2023-03-06 15:28:11 -07:00
parent 40c75cfcb2
commit b4fc6e891e
19 changed files with 157 additions and 185 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "start-sdk",
"version": "0.4.0-lib0.alpha5",
"version": "0.4.0-lib0.alpha6",
"description": "For making the patterns that are wanted in making services for the startOS.",
"main": "./index.cjs",
"types": "./index.d.ts",
"module": "./index.mjs",
"scripts": {
"test": "jest -c ./jest.config.js",
"buildOutput": "ts-node --esm ./lib/util/artifacts/makeOutput.ts"
"buildOutput": "ts-node --esm ./lib/util/artifacts/makeOutput.ts",
"check": "tsc --noEmit"
},
"repository": {
"type": "git",