feat: Add DB

This commit is contained in:
Marcel Cruz
2022-11-18 18:51:59 +01:00
parent ff0ca69170
commit 745a209957
13 changed files with 13729 additions and 1 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "public-apis",
"description": "A collaborative list of public APIs for developers",
"scripts": {
"update-db": "node scripts/db/update-db.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/public-apis-dev/public-apis.git"
},
"license": "MIT",
"homepage": "https://github.com/public-apis-dev/public-apis#readme",
"bugs": {
"url": "https://github.com/public-apis-dev/public-apis/issues"
},
"dependencies": {
"remark-parse": "^9.0.0",
"unified": "^9.2.2"
}
}