-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 984 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
40
41
42
{
"name": "twofold-extras",
"description": "TwoFold extra tags",
"keywords": [
"twofold",
"template",
"helpers",
"functions"
],
"version": "0.1.0",
"license": "MIT",
"private": true,
"authors": [
"Cristi Constantin (https://crlf.link/)"
],
"contributors": [],
"homepage": "https://github.com/ShinyTrinkets/twofold-extras",
"repository": {
"type": "git",
"url": "git+https://github.com/ShinyTrinkets/twofold-extras.git"
},
"bugs": {
"url": "https://github.com/ShinyTrinkets/twofold-extras/issues"
},
"scripts": {
"fmt": "bunx prettier --write packages/",
"lint": "tsc -noEmit -allowImportingTsExtensions -esModuleInterop packages/"
},
"workspaces": ["./packages/*"],
"devDependencies": {
"@types/node": "20.x",
"bun-types": "0.x",
"prettier": "2.x",
"typescript": "5.x"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
}