mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: New sdk things
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user