-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 KB
/
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
{
"main": "src/index.ts",
"devDependencies": {
"@types/node": "^20.10.4",
"@types/webpack": "^5.28.5",
"@webpack-cli/generators": "^3.0.7",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"html-webpack-plugin": "^5.5.0",
"prettier": "^3.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"wepack-cli": "^0.0.1-security"
},
"version": "1.0.1",
"description": "A browser library that allows you to embed text into images and extract embedded text from images.",
"name": "steganographer",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyundotio/steganographer.git"
},
"keywords": [
"encryption"
],
"types": "./src/index.ts",
"author": "Hyun Seo",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyundotio/steganographer/issues"
},
"homepage": "https://github.com/hyundotio/steganographer#readme"
}