-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1007 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
{
"name": "@tashikomaa/aapi",
"version": "1.0.0",
"description": "![alt text](https://github.com/tashikomaaa/aapi/blob/main/logo.png)",
"bin": {
"aapi": "index.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tashikomaaa/aapi.git"
},
"author": "corvus",
"license": "ISC",
"bugs": {
"url": "https://github.com/tashikomaaa/aapi/issues"
},
"homepage": "https://github.com/tashikomaaa/aapi#readme",
"dependencies": {
"@octokit/auth-basic": "^1.4.8",
"@octokit/rest": "^18.5.2",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"figlet": "^1.5.0",
"inquirer": "^8.0.0",
"json": "^10.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"simple-git": "^2.37.0",
"touch": "^3.1.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"keywords": []
}