-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.43 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
{
"name": "@magic/fs",
"version": "0.0.30",
"author": "Wizards & Witches",
"description": "nodejs fs promises + goodies",
"license": "AGPL-3.0",
"homepage": "https://magic.github.io/fs",
"main": "src/index.mjs",
"module": "src/index.mjs",
"type": "module",
"scripts": {
"start": "npm test",
"test": "t --exclude docs example config.js",
"format": "f -w --exclude docs",
"format:check": "f",
"calls": "calls",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"clean": "magic clean",
"serve": "magic serve",
"dev": "magic dev"
},
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/magic/fs.git"
},
"bugs": {
"url": "https://github.com/magic/fs/issues"
},
"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.156",
"@magic/format": "0.0.54",
"@magic/test": "0.2.18"
},
"dependencies": {
"@magic/deep": "0.1.16",
"@magic/error": "0.0.17",
"@magic/log": "0.1.18",
"@magic/mime-types": "0.0.18",
"@magic/types": "0.1.23"
},
"files": [
"src"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}