public-apis/package.json
2022-11-18 18:51:59 +01:00

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"
}
}