-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1003 Bytes
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
{
"private": true,
"name": "tymber",
"version": "0.0.1",
"description": "Batteries-included framework for building TypeScript applications",
"license": "MIT",
"author": "Damien ARRACHEQUESNE",
"workspaces": [
"packages/client",
"packages/core",
"packages/postgres",
"packages/sqlite",
"packages/admin",
"packages/user",
"packages/openapi",
"packages/config",
"packages/create",
"packages/sse"
],
"devDependencies": {
"@clack/prompts": "^1.4.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@tsconfig/node24": "^24.0.1",
"@types/node": "^24.10.0",
"handlebars": "^4.7.8",
"prettier": "^3.5.3",
"rollup": "^4.60.4",
"rollup-plugin-string": "^3.0.0",
"tslib": "^2.8.1",
"tsx": "^4.20.5",
"typescript": "^5.8.3",
"undici": "^8.5.0"
},
"scripts": {
"test": "tsx --test \"packages/**/test/**/*.test.ts\""
}
}