dce-icommons
Version:
The Harvard DCE wrapper for the iCommons API.
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "dce-icommons",
"version": "2.0.0",
"description": "The Harvard DCE wrapper for the iCommons API.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --project ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/dce-icommons.git"
},
"keywords": [
"DCE",
"Harvard",
"iCommons"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/dce-icommons/issues"
},
"homepage": "https://github.com/harvard-edtech/dce-icommons#readme",
"devDependencies": {
"@types/node": "^20.12.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^1.6.8",
"qs": "^6.9.6"
}
}