-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 880 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 880 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
40
{
"name": "@merrymake/cli",
"version": "5.0.3",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "pkg -c pkg.json pkg.js"
},
"pkg": {
"targets": [
"node18-win-x64",
"node18-macos-x64",
"node18-linux-x64"
],
"outputPath": "dist"
},
"bin": {
"mm": "./mm.js",
"mmk": "./mmk.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@merrymake/detect-project-type": "5.0.1",
"@merrymake/ext2mime": "1.0.3",
"@merrymake/secret-lib": "1.0.0",
"@merrymake/utils": "10.0.0",
"cookie-parser": "1.4.7",
"express": "5.2.1"
},
"devDependencies": {
"@tsconfig/node-lts": "24.0.0",
"@types/cookie-parser": "1.4.10",
"@types/express": "5.0.6",
"@types/node": "25.0.10"
}
}