forked from hrishioa/lumentis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
276 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
.DS_Store | ||
zig-cache | ||
packages/*/*.wasm | ||
*.o | ||
*.a | ||
profile.json | ||
|
||
.env | ||
node_modules | ||
.envrc | ||
.swcrc | ||
yarn.lock | ||
*.tmp | ||
*.log | ||
*.out.js | ||
*.out.refresh.js | ||
**/package-lock.json | ||
build | ||
*.wat | ||
zig-out | ||
pnpm-lock.yaml | ||
README.md.template | ||
src/deps/zig-clap/example | ||
src/deps/zig-clap/README.md | ||
src/deps/zig-clap/.github | ||
src/deps/zig-clap/.gitattributes | ||
out | ||
outdir | ||
|
||
.trace | ||
cover | ||
coverage | ||
coverv | ||
*.trace | ||
github | ||
out.* | ||
out | ||
.parcel-cache | ||
esbuilddir | ||
*.bun | ||
parceldist | ||
esbuilddir | ||
outdir/ | ||
outcss | ||
.next | ||
txt.js | ||
.idea | ||
.vscode/cpp* | ||
.vscode/clang* | ||
|
||
node_modules_* | ||
*.jsb | ||
*.zip | ||
bun-zigld | ||
bun-singlehtreaded | ||
bun-nomimalloc | ||
bun-mimalloc | ||
examples/lotta-modules/bun-yday | ||
examples/lotta-modules/bun-old | ||
examples/lotta-modules/bun-nofscache | ||
|
||
src/node-fallbacks/out/* | ||
src/node-fallbacks/node_modules | ||
sign.json | ||
release/ | ||
*.dmg | ||
sign.*.json | ||
packages/debug-* | ||
packages/bun-cli/postinstall.js | ||
packages/bun-*/bun | ||
packages/bun-*/bun-profile | ||
packages/bun-*/debug-bun | ||
packages/bun-*/*.o | ||
packages/bun-cli/postinstall.js | ||
|
||
packages/bun-cli/bin/* | ||
bun-test-scratch | ||
misctools/fetch | ||
|
||
src/deps/libiconv | ||
src/deps/openssl | ||
src/tests.zig | ||
*.blob | ||
src/deps/s2n-tls | ||
.npm | ||
.npm.gz | ||
|
||
bun-binary | ||
|
||
src/deps/PLCrashReporter/ | ||
|
||
*.dSYM | ||
*.crash | ||
misctools/sha | ||
packages/bun-wasm/*.mjs | ||
packages/bun-wasm/*.cjs | ||
packages/bun-wasm/*.map | ||
packages/bun-wasm/*.js | ||
packages/bun-wasm/*.d.ts | ||
packages/bun-wasm/*.d.cts | ||
packages/bun-wasm/*.d.mts | ||
*.bc | ||
|
||
src/fallback.version | ||
src/runtime.version | ||
*.sqlite | ||
*.database | ||
*.db | ||
misctools/machbench | ||
*.big | ||
.eslintcache | ||
|
||
/bun-webkit | ||
|
||
src/deps/c-ares/build | ||
src/bun.js/bindings-obj | ||
src/bun.js/debug-bindings-obj | ||
|
||
failing-tests.txt | ||
test.txt | ||
myscript.sh | ||
|
||
cold-jsc-start | ||
cold-jsc-start.d | ||
|
||
/testdir | ||
/test.ts | ||
/test.js | ||
|
||
src/js/out/modules* | ||
src/js/out/functions* | ||
src/js/out/tmp | ||
src/js/out/DebugPath.h | ||
|
||
make-dev-stats.csv | ||
|
||
.uuid | ||
tsconfig.tsbuildinfo | ||
|
||
test/js/bun/glob/fixtures | ||
*.lib | ||
*.pdb | ||
CMakeFiles | ||
build.ninja | ||
.ninja_deps | ||
.ninja_log | ||
CMakeCache.txt | ||
cmake_install.cmake | ||
compile_commands.json | ||
|
||
*.lib | ||
x64 | ||
**/*.vcxproj* | ||
**/*.sln* | ||
**/*.dir | ||
**/*.pdb | ||
|
||
/.webkit-cache | ||
/.cache | ||
/src/deps/libuv | ||
/build-*/ | ||
/kcov-out | ||
|
||
.vs | ||
|
||
**/.verdaccio-db.json | ||
/test-report.md | ||
/test-report.json | ||
|
||
########################### MY STUFF | ||
|
||
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Lumentis | ||
|
||
To install dependencies: | ||
|
||
```bash | ||
bun install | ||
``` | ||
|
||
To run: | ||
|
||
```bash | ||
bun run index.ts | ||
``` | ||
|
||
This project was created using `bun init` in bun v1.0.29. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
{ | ||
"dependencies": { "@anthropic-ai/sdk": "^0.19.0", "@anthropic-ai/tokenizer": "^0.0.4", "@inquirer/prompts": "^4.3.0", "cross-spawn": "^7.0.3", "nextra": "^2.13.4", "nextra-theme-docs": "^2.13.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, | ||
"name": "lumentis", | ||
"version": "0.0.2", | ||
"author": "Hrishi Olickel <twitter-@hrishioa> (https://olickel.com)", | ||
"description": "Create awesome docs from your transcripts, notes and documents in seconds, ready to deploy.", | ||
"license": "GPL-3.0-only", | ||
"dependencies": { | ||
"@anthropic-ai/sdk": "^0.19.0", | ||
"@anthropic-ai/tokenizer": "^0.0.4", | ||
"@inquirer/prompts": "^4.3.0", | ||
"cross-spawn": "^7.0.3" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.4.8", | ||
"@types/bun": "latest", | ||
"@types/cross-spawn": "^6.0.6" | ||
}, | ||
"main": "dist/app.js", | ||
"bin": { | ||
"lumentis": "dist/app.js" | ||
}, | ||
"script": { | ||
"run": "bun run src/app.ts", | ||
"build": "tsup" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"type": "module", | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"ts-node": { | ||
"files": true | ||
}, | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"target": "es2018", | ||
"module": "commonjs", | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"strict": true, | ||
"strictPropertyInitialization": false, | ||
"skipLibCheck": true, | ||
// "strictNullChecks": true, | ||
"strictBindCallApply": false, | ||
"declaration": true, | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"allowSyntheticDefaultImports": true, | ||
"moduleResolution": "node", | ||
"sourceMap": true, | ||
"outDir": "./dist", | ||
"incremental": true, | ||
"noImplicitAny": false, | ||
"noFallthroughCasesInSwitch": false, | ||
"resolveJsonModule": true | ||
}, | ||
"include": ["src/**/*"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { defineConfig } from "tsup"; | ||
|
||
export default defineConfig({ | ||
entry: ["src/app.ts"], | ||
publicDir: false, | ||
clean: true, | ||
minify: true, | ||
format: ["cjs", "esm"], // 👈 Node | ||
}); |