@plastic-ant/lightcast-api
Version:
An unofficial helper package for accessing the Lightcast API endpoints
31 lines (30 loc) • 693 B
JSON
{
"name": "@plastic-ant/lightcast-api",
"description": "An unofficial helper package for accessing the Lightcast API endpoints",
"version": "0.0.1-alpha.14",
"type": "commonjs",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/plastic-ant/packages/tree/main/packages/lightcast-api"
},
"author": "Michael Devereux",
"main": "./index.cjs.js",
"keywords": [
"emsi",
"lightcast",
"api",
"skills",
"job-postings",
"classification",
"careers",
"occupations"
],
"dependencies": {
"type-fest": "^4.8.3",
"urlcat": "^3.1.0",
"axios": "^1.6.2"
},
"module": "./index.esm.js"
}