-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"private": false,
"type": "module",
"version": "1.8.0",
"name": "fopsy",
"description": "synchronous file operations: cmd, mkfolder, rmfolder, mkfile, rmfile, catfile",
"author": "geekhunger <[email protected]>",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/geekhunger/fopsy#readme",
"repository": {
"type": "git",
"url": "https://github.com/geekhunger/fopsy.git"
},
"bugs": {
"url": "https://github.com/geekhunger/fopsy/issues"
},
"keywords": [
"fs",
"file",
"write",
"read",
"nodejs",
"node",
"fops",
"fopsy",
"file ops"
],
"dependencies": {
"callsites": "^4.1.0",
"mime": "^4.0.0",
"nodejs-scope": "^2.1.2",
"string-slurp": "^2.1.0",
"type-approve": "^4.0.0"
}
}