forked from Durgesh-Vaigandla/AI-tools-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 935 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
33
34
{
"name": "ai-tools-database",
"version": "1.0.0",
"description": "Community-driven database of AI tools for developers, designers, and creators",
"main": "index.js",
"scripts": {
"validate": "node scripts/validate.js",
"format": "node scripts/format.js",
"aggregate": "node scripts/aggregate.js",
"test": "node scripts/test.js",
"stats": "node scripts/stats.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Durgesh-Vaigandla/ai-tools-database.git"
},
"keywords": [
"ai-tools",
"artificial-intelligence",
"database",
"community",
"open-source"
],
"author": "Open Source Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/Durgesh-Vaigandla/ai-tools-database/issues"
},
"homepage": "https://github.com/Durgesh-Vaigandla/ai-tools-database#readme",
"devDependencies": {
"ajv": "^8.12.0",
"jest": "^29.7.0"
}
}