-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.31 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@michijs/dev-server",
"license": "MIT",
"version": "0.7.27-beta.4",
"repository": {
"type": "git",
"url": "https://github.com/michijs/dev-server.git"
},
"main": "bin/index",
"exports": {
"types": "./bin/index.d.ts",
"default": "./bin/index.js",
"constants": "./bin/constants.js"
},
"bin": {
"michi-server": "bin/index.js"
},
"description": "Development server based on esbuild",
"files": [
"bin/",
"feature-image-template.svg"
],
"type": "module",
"baseUrl": "./src",
"scripts": {
"dist": "tsc",
"dist-w": "tsc -w",
"bun-link": "bun link --force",
"link": "bunx concurrently bun:dist-w bun:bun-link"
},
"devDependencies": {
"@michijs/tsconfig": "0.0.4",
"@types/node": "22.10.2",
"@types/yargs": "17.0.33",
"typescript": "5.7.2"
},
"keywords": [
"react",
"javascript",
"css",
"bundler",
"typescript",
"compiler",
"jsx",
"commonjs",
"minifier",
"tsx",
"esm",
"server",
"development"
],
"engines": {
"node": ">=14.16"
},
"dependencies": {
"colorthief": "2.6.0",
"@types/web-app-manifest": "1.0.8",
"esbuild": "0.24.2",
"node-watch": "0.7.4",
"open": "10.1.0",
"playwright-core": "1.49.1",
"sharp": "0.33.5",
"yargs": "17.7.2"
}
}