caccl-error
Version:
A simple, standardized error class for all modules in the CACCL library
33 lines (32 loc) • 879 B
JSON
{
"name": "caccl-error",
"version": "2.4.3",
"description": "A simple, standardized error class for all modules in the CACCL library",
"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/caccl-error.git"
},
"keywords": [
"CACCL",
"Error"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/caccl-error/issues"
},
"homepage": "https://github.com/harvard-edtech/caccl-error#readme",
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"typescript": "^5.9.3"
}
}