cobalt-int-sdk
Version:
Wrapper around Cobalt Intelligence services, such as the Secretary of State API.
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "cobalt-int-sdk",
"version": "2.0.8",
"description": "Wrapper around Cobalt Intelligence services, such as the Secretary of State API.",
"main": "./dist/index.js",
"scripts": {
"start": "rm -rf ./dist && tsc && node ./dist/example",
"prepare": "rm -rf ./dist && tsc && npm version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cobalt-intelligence/cobalt-int-sdk.git"
},
"types": "./dist/index.d.ts",
"keywords": [
"secretary",
"of",
"state",
"api",
"cobalt",
"intelligence"
],
"author": "Jordan Hansen",
"license": "ISC",
"bugs": {
"url": "https://github.com/cobalt-intelligence/cobalt-int-sdk/issues"
},
"homepage": "https://github.com/cobalt-intelligence/cobalt-int-sdk#readme",
"dependencies": {
"axios": "^1.6.8",
"cobalt-int-common": "^1.0.64"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^15.12.4",
"dotenv": "^10.0.0",
"typescript": "^4.3.4"
}
}