-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 919 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
{
"name": "file-easy",
"version": "1.0.5",
"description": "Working with the Node.js file system can be cumbersome. File-easy simplifies common file operations with a clean and easy-to-use API, making file management a breeze.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ioncakephper/file-easy.git"
},
"keywords": [
"file helper",
"file manipulation",
"file utils",
"file write"
],
"author": {
"name": "Ion Gireada",
"email": "[email protected]",
"url": "https://github.com/ioncakephper."
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ioncakephper/file-easy/issues"
},
"homepage": "https://github.com/ioncakephper/file-easy#readme",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"jest": "^29.7.0"
}
}