-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 794 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 794 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
{
"name": "posteingang",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "pnpm --filter @posteingang/tests test",
"test:watch": "pnpm --filter @posteingang/tests test:watch",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"format": "oxfmt .",
"fix": "pnpm lint:fix && pnpm format",
"format:check": "oxfmt --check .",
"mailmd": "./packages/mailmd/src/mailmd.js",
"mdmail": "./packages/mailmd/src/mdmail.js",
"mdapi": "./packages/api/src/index.js",
"dog": "./packages/dog/src/index.js",
"hash": "./packages/dog/src/hash.js"
},
"keywords": [],
"author": "Florian Pichler <pichfl@ylk.gd>",
"license": "ISC",
"packageManager": "pnpm@10.22.0",
"devDependencies": {
"oxfmt": "0.40.0",
"oxlint": "1.55.0"
}
}