-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 983 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
38
39
40
41
42
43
44
45
{
"name": "any-steganography",
"version": "1.1.3",
"description": "Steganography can be done in any type of file",
"main": "./dist/steganography.class.js",
"files": [
"dist/**",
"src/**"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshkanjariya/any-steganography.git"
},
"keywords": [
"steganography",
"security",
"encrypt",
"descrypt",
"cipher",
"hide",
"message",
"image",
"pdf"
],
"author": "Harsh Kanjariya",
"license": "ISC",
"bugs": {
"url": "https://github.com/harshkanjariya/any-steganography/issues"
},
"homepage": "https://github.com/harshkanjariya/any-steganography#readme",
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^17.0.10",
"ts-jest": "^28.0.3",
"typescript": "^4.5.5"
},
"dependencies": {
"fs": "^0.0.1-security"
}
}