mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
This includes the docker commands to get things compressed. And this is the start of the rpc, but needs lots of work, or very little, not sure yet anymore. I beleive that the things that are missing are the rpc, and the effects. So, lots of work, but is still good to have I suppose.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "start-init",
|
|
"version": "0.0.0",
|
|
"description": "We want to be the sdk intermitent for the system",
|
|
"scripts": {
|
|
"bundle:esbuild": "esbuild initSrc/index.ts --platform=node --bundle --outfile=startInit.js",
|
|
"bundle:service": "esbuild /service/startos/procedures/index.ts --platform=node --bundle --outfile=service.js",
|
|
"run:manifest": "esbuild /service/startos/procedures/index.ts --platform=node --bundle --outfile=service.js"
|
|
},
|
|
"author": "",
|
|
"prettier": {
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": false
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@start9labs/start-sdk": "=0.4.0-rev0.lib0.rc8.alpha3",
|
|
"esbuild": "0.18.4",
|
|
"esbuild-plugin-resolve": "^2.0.0",
|
|
"filebrowser": "^1.0.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"ts-matches": "^5.4.1",
|
|
"tslib": "^2.5.3",
|
|
"typescript": "^5.1.3",
|
|
"yaml": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.62",
|
|
"@swc/core": "^1.3.65",
|
|
"@types/node": "^20.2.5",
|
|
"prettier": "^2.8.8",
|
|
"rollup": "^3.25.1"
|
|
}
|
|
}
|