generated from ProverCoderAI/effect-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@prover-coder-ai/stack-logger",
"version": "1.0.0",
"description": "Minimal Vite-powered TypeScript console starter using Effect",
"main": "dist/main.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"lint": "npx @ton-ai-core/vibecode-linter src/",
"start": "node dist/main.js",
"test": "npx @ton-ai-core/vibecode-linter test/ && vitest run",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProverCoderAI/effect-template.git"
},
"keywords": [
"effect",
"typescript",
"vite",
"console"
],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/ProverCoderAI/effect-template/issues"
},
"homepage": "https://github.com/ProverCoderAI/effect-template#readme",
"dependencies": {
"@effect/schema": "^0.75.5",
"effect": "^3.19.8",
"stacktrace-js": "^2.0.2",
"ts-morph": "^27.0.2",
"ts-pattern": "^5.9.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
"@eslint/js": "^9.39.1",
"@ton-ai-core/eslint-plugin-suggest-members": "^1.6.17",
"@ton-ai-core/vibecode-linter": "^1.0.6",
"@types/node": "^24.10.1",
"@vitest/coverage-v8": "^4.0.14",
"eslint": "^9.39.1",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.2.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.14"
}
}