forked from balain/fingerprinter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 822 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
37
{
"name": "fingerprinter",
"version": "0.0.1",
"description": "Take a fingerprint of the current folder",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balain/fingerprinter.git"
},
"keywords": [
"md5sum",
"diff",
"folder",
"directory",
"changes",
"tracker"
],
"author": "John D. Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/balain/fingerprinter/issues"
},
"homepage": "https://github.com/balain/fingerprinter#readme",
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^15.12.2"
},
"dependencies": {
"debug": "^4.3.1",
"md5-file": "^5.0.0",
"typescript": "^4.3.2"
}
}