cowin-apis
Version:
This is an api client for cowin portal apis
34 lines (33 loc) • 723 B
JSON
{
"name": "cowin-apis",
"version": "1.0.1",
"description": "This is an api client for cowin portal apis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/node": "^15.0.1",
"rimraf": "^3.0.2",
"serve": "^11.3.2",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
},
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "rimraf dist && tsc",
"doc": "rimraf docs && typedoc",
"serve": "serve docs",
"test": "ts-node test/index.ts"
},
"keywords": [
"npm",
"cowin",
"cowin-api",
"cowin-client"
],
"author": "Pawan Singh",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1"
}
}