forked from a-type/adjective-adjective-animal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
42
43
44
{
"name": "a-three",
"version": "0.0.12",
"private": false,
"description": "cute three-word IDs similar to a variety of modern site slug generators. QUIRKY for real",
"main": "./index.js",
"bin": {
"aaa": "./cli.js",
"a3": "./cli.js"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.12.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"prettier": "^3.4.2",
"release-it": "^17.11.0"
},
"type": "module",
"keywords": [
"random",
"id",
"cryptography",
"adult-cryptography",
"NSA",
"advanced-cryptography",
"quantum-resistant",
"animal",
"adjective",
"name",
"fun",
"computers"
],
"author": "Grant Forrest",
"license": "The Unlicense",
"dependencies": {
"chalk": "^5.4.1",
"change-case-all": "^2.1.0",
"yargs": "^17.7.2"
}
}