UNPKG

@mitodl/course-search-utils

Version:

JS utils for interacting with MIT Open Course search

91 lines (90 loc) 2.69 kB
{ "name": "@mitodl/course-search-utils", "version": "2.3.3", "description": "JS utils for interacting with MIT Open Course search", "main": "dist/index.js", "files": [ "dist/" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "lint": "eslint src --ext .js,.jsx,.ts,.tsx", "lint:cache": "eslint src --ext .js,.jsx,.ts,.tsx --cache", "fmt": "LOG_LEVEL= prettier-eslint --write --no-semi $PWD/'src/**/*.ts' $PWD/'src/**/*.tsx'", "fmt:check": "LOG_LEVEL= prettier-eslint --list-different --no-semi $PWD/'src/**/*.ts' $PWD/'src/**/*.tsx'", "typescript": "rm -rf dist && rm -f .tsbuildinfo && tsc", "typecheck": "tsc --noEmit", "prepack": "npm run typescript", "repl": "ts-node" }, "repository": { "type": "git", "url": "git+https://github.com/mitodl/course-search-utils.git" }, "keywords": [ "JS", "React" ], "author": "MITOL", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/mitodl/course-search-utils/issues" }, "homepage": "https://github.com/mitodl/course-search-utils#readme", "dependencies": { "bodybuilder": "^2.5.0", "query-string": "^6.13.1", "ramda": "^0.27.1" }, "devDependencies": { "@swc/core": "^1.3.0", "@swc/jest": "^0.2.22", "@testing-library/react-hooks": "^8.0.1", "@types/enzyme": "^3.10.7", "@types/jest": "^29.0.1", "@types/lodash": "^4.14.162", "@types/node": "^14.6", "@types/ramda": "^0.27.27", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.37.0", "babel-eslint": "10.x", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.4", "eslint": "^7.32.0", "eslint-config-google": "0.x", "eslint-config-mitodl": "^1.0.0", "eslint-plugin-babel": "5.x", "eslint-plugin-flow-vars": "^0.5.0", "eslint-plugin-flowtype": "4.x", "eslint-plugin-mocha": "6.x", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "history": "^5.3.0", "history-v4": "npm:history@^4.9", "jest": "^29.0.3", "jest-environment-jsdom": "^29.0.3", "jest-fetch-mock": "^3.0.3", "prettier-eslint-cli": "^7.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", "ts-node": "^10.9.1", "typescript": "^4.8.3" }, "peerDependencies": { "@types/history": "^4.9", "history": "^4.9 || ^5.0.0", "react": "^16.13.1 || ^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "history": { "optional": true }, "@types/history": { "optional": true } }, "packageManager": "yarn@1.22.19" }