mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
wip
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "start-sdk",
|
||||
"version": "0.4.0-alpha10",
|
||||
"version": "0.4.0-lib0.beta1",
|
||||
"description": "For making the patterns that are wanted in making services for the startOS.",
|
||||
"main": "./index.cjs",
|
||||
"types": "./index.d.ts",
|
||||
"module": "./index.mjs",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "jest -c ./jest.config.js",
|
||||
"buildOutput": "ts-node --esm ./lib/test/makeOutput.ts",
|
||||
@@ -32,7 +31,6 @@
|
||||
"jest": "^29.4.3",
|
||||
"ts-jest": "^29.0.5",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc": "^2.0.4",
|
||||
"tsc-multi": "^0.6.1",
|
||||
"tsconfig-paths": "^3.14.2",
|
||||
"typescript": "^4.9.5",
|
||||
|
||||
Reference in New Issue
Block a user