-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 774 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 774 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
{
"name": "@danielxavierjob/cripto-alphabet",
"version": "1.0.0",
"description": "Crypto alphabet in many options",
"main": "index.js",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielXavierJob/criptografyAlphabet.git"
},
"keywords": [
"crypto",
"cryptografy"
],
"author": {
"name": "Daniel Xavier",
"email": "danielxavier.job@gmail.com"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/danielxavierjob"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielXavierJob/criptografyAlphabet/issues"
},
"homepage": "https://github.com/DanielXavierJob/criptografyAlphabet#readme",
"dependencies": {
"jest": "^29.4.3"
}
}