-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.78 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@magic/format",
"version": "0.0.75",
"author": "Wizards & Witches",
"description": "format your code.",
"license": "AGPL-3.0",
"homepage": "https://magic.github.io/format",
"main": "src/index.js",
"exports": {
".": "src/index.js",
"./bin": "src/bin.js",
"./types": "./types/"
},
"type": "module",
"bin": {
"f": "src/bin.js",
"format": "src/bin.js"
},
"scripts": {
"start": "t",
"build": "tsc && npm run format",
"tsc": "tsc --noEmit",
"build:docs": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"clean": "magic clean",
"serve": "magic serve",
"dev": "magic dev",
"test": "t",
"format": "node src/bin.js f -w --exclude docs/",
"format:check": "node src/bin.js --exclude docs/",
"calls": "calls"
},
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"files": [
"src",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magic/format.git"
},
"bugs": {
"url": "https://github.com/magic/format/issues"
},
"dependencies": {
"@magic/cli": "0.0.55",
"@magic/deep": "0.1.22",
"@magic/fs": "0.0.40",
"@magic/log": "0.1.23",
"@magic/types": "0.1.38",
"prettier": "3.9.1"
},
"devDependencies": {
"@magic-modules/git-badges": "0.0.12",
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/no-spy": "0.0.9",
"@magic-modules/pre": "0.0.12",
"@magic-themes/docs": "0.0.15",
"@magic/core": "0.0.159",
"@magic/test": "0.3.21",
"@types/node": "26.0.1",
"typescript": "6.0.3"
},
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
],
"allowScripts": {
"@swc/core@1.3.41": true,
"canvas@3.2.3": true
}
}