forked from botblock/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 725 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 725 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
{
"name": "data",
"private": true,
"version": "1.0.0",
"description": "Open data for BotBlock.org, consumed for the API worker & website.",
"main": "",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botblock/data.git"
},
"keywords": [],
"author": "Matt (IPv4) Cowley",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/botblock/data/issues"
},
"homepage": "https://github.com/botblock/data#readme",
"devDependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"ajv": "^8.8.2",
"editorconfig-checker": "^4.0.2",
"jest": "^27.4.5"
}
}