36 lines
721 B
JSON
36 lines
721 B
JSON
{
|
|
"name": "cohost",
|
|
"version": "0.0.3",
|
|
"description": "Unofficial API for cohost.org",
|
|
"main": "lib.js",
|
|
"scripts": {
|
|
"prepare": "husky install"
|
|
},
|
|
"keywords": [
|
|
"cohost"
|
|
],
|
|
"author": "mogery",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "^2.1.35",
|
|
"needle": "^3.1.0",
|
|
"node-fetch": "2"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"husky": "^7.0.0",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|