-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"name": "ai-guardian",
"version": "1.3.1",
"description": "<p align=\"center\">\r <img src=\"https://raw.githubusercontent.com/killertcell428/ai-guardian/main/.github/shield.svg\" alt=\"AI Guardian\" width=\"120\" />\r </p>",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"zenn:preview": "npx zenn preview",
"zenn:new:article": "npx zenn new:article",
"zenn:new:book": "npx zenn new:book",
"zenn:list:articles": "npx zenn list:articles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/killertcell428/ai-guardian.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/killertcell428/ai-guardian/issues"
},
"homepage": "https://github.com/killertcell428/ai-guardian#readme",
"dependencies": {
"zenn-cli": "^0.4.7"
},
"devDependencies": {
"@qiita/qiita-cli": "^1.8.0"
}
}