-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 963 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
46
{
"name": "@sefinek/rot47",
"version": "1.0.5",
"description": "Encode or decode string in ROT47.",
"keywords": [
"decode",
"decode-rot47",
"encode",
"encode-rot47",
"rot-47",
"rot-47-decode",
"rot-47-encode",
"rot-47-encoder",
"rot47"
],
"homepage": "https://github.com/sefinek24/rot47#readme",
"bugs": {
"url": "https://github.com/sefinek24/rot47/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/rot47.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"typings": "index.d.ts",
"directories": {
"test": "test"
},
"files": [
"test/",
"example.js",
"index.d.ts",
"index.js",
"LICENSE",
"README.md"
],
"scripts": {
"test": "jest",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"jest": "^29.7.0"
}
}