-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 Bytes
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
{
"name": "snipercode.filesystem",
"version": "1.0.1",
"description": "File handling and minor os level operations.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sniper-Code/SniperCode.FileSystem.git"
},
"keywords": [
"Sniper-Code.FileSystem",
"Sniper-Code",
"SniperCode",
"FileSystem"
],
"author": "Dibesh Raj Subedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sniper-Code/SniperCode.FileSystem/issues"
},
"homepage": "https://github.com/Sniper-Code/SniperCode.FileSystem#readme",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"babel-jest": "^27.4.6",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"regenerator-runtime": "^0.13.9"
}
}