-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 917 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 917 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
35
36
37
{
"name": "encoderr",
"version": "1.0.0",
"description": "final cripto project",
"main": "index.js",
"scripts": {
"deploy": "webpack && gh-pages -d dist",
"start": "webpack serve --mode development --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cartory/enCoderr.git"
},
"keywords": [
"cripto"
],
"author": "cartory",
"license": "ISC",
"bugs": {
"url": "https://github.com/cartory/enCoderr/issues"
},
"homepage": "https://github.com/cartory/enCoderr#readme",
"devDependencies": {
"css-loader": "^6.0.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.1.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"encoderr": "^1.0.0"
}
}