mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
20 lines
579 B
JSON
20 lines
579 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|