-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 826 Bytes
/
package.json
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
{
"name": "bleed-believer",
"version": "0.2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/sleep-written/bleed-believer.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sleep-written/bleed-believer/issues"
},
"homepage": "https://github.com/sleep-written/bleed-believer#readme",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"clean": "turbo clean",
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"@types/express": "^5.0.0",
"@types/node": "^22.9.0",
"ava": "^6.2.0",
"lerna": "^8.1.9",
"turbo": "^2.2.3",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]"
}