2022-06-29 13:24:33 +01:00
|
|
|
{
|
|
|
|
"name": "cohost",
|
2022-06-29 16:13:28 +01:00
|
|
|
"version": "0.0.2",
|
2022-06-29 13:24:33 +01:00
|
|
|
"description": "Unofficial API for cohost.org",
|
|
|
|
"main": "lib.js",
|
|
|
|
"scripts": {},
|
|
|
|
"keywords": [
|
|
|
|
"cohost"
|
|
|
|
],
|
|
|
|
"author": "mogery",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"node-fetch": "2"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/mogery/cohost.js.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mogery/cohost.js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mogery/cohost.js#readme"
|
|
|
|
}
|