-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1003 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
36
37
38
39
{
"private": true,
"name": "starbeam-lite",
"type": "module",
"description": "",
"license": "MIT",
"main": "index.js",
"engines": {
"node": "^22.4.1"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"preview": "turbo preview",
"test": "vitest"
},
"devDependencies": {
"@starbeam-dev/eslint-plugin": "^1.1.1",
"@types/node": "^20.14.10",
"@vitest/ui": "^2.0.3",
"esyes": "^1.0.3",
"happy-dom": "^14.6.1",
"release-plan": "^0.9.2",
"terser": "^5.31.2",
"turbo": "^2.0.6",
"typedoc": "^0.26.4",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.3"
},
"author": "",
"keywords": [],
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"repository": {
"type": "git",
"url": "[email protected]:starbeamjs/starbeam-lite.git"
}
}