emsi-skills-api
Version:
Unofficial package for the Emsi Skills Classification API
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "emsi-skills-api",
"version": "1.0.0",
"description": "Unofficial package for the Emsi Skills Classification API",
"keywords": [
"emsi",
"skills",
"classification",
"api"
],
"homepage": "https://github.com/repurpose/emsi-skills-api#readme",
"bugs": {
"url": "https://github.com/repurpose/emsi-skills-api/issues",
"email": "bill@billbroughton.me"
},
"repository": {
"type": "git",
"url": "https://github.com/repurpose/emsi-skills-api.git"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --file ./test/global/setup.js ./test/**/*.spec.js",
"coverage": "nyc npm run test",
"format": "prettier --write 'lib/**/*.js'"
},
"author": "Bill Broughton <bill@billbroughton.me>",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"prettier": "^2.2.1"
},
"dependencies": {
"request": "^2.88.2"
}
}