package.json
{
"name": "@escolalms/sdk",
"version": "0.5.35",
"private": false,
"dependencies": {
"@escolalms/ts-models": "^0.0.35",
"jssha": "^3.2.0",
"react": "^17||^18",
"react-dom": "^17||^18",
"umi-request": "^1.4.0"
},
"scripts": {
"lib": "tsc --noEmit false --outDir lib --module commonjs",
"lib-linked": "yarn && yarn lib && rm -rf node_modules",
"test": "jest",
"test-trace": "DEBUG=nock.* node --unhandled-rejections=strict --trace-warnings ./node_modules/.bin/jest "
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"files": [
"lib/**/*",
"index.d.ts"
],
"main": "./lib/index.js",
"types": "./index.d.ts",
"description": "Frontend TS/JS connection to API.",
"directories": {
"lib": "lib"
},
"resolutions": {
"isomorphic-fetch": "3.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^12.1.10",
"@types/html-escaper": "^3.0.0",
"@types/jest": "^28.1.3",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^12.0.0",
"@types/react": "^17||^18",
"@types/react-dom": "^17||^18",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jsonwebtoken": "^8.5.1",
"nock": "^13.2.7",
"prettier": "^2.8.7",
"ts-jest": "^28.0.5",
"typedoc": "^0.22.17",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EscolaLMS/sdk.git"
},
"keywords": [
"escola",
"lms",
"lms",
"rest",
"api"
],
"author": "Mateusz Wojczal <mateusz@wojczal.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EscolaLMS/sdk/issues"
},
"homepage": "https://github.com/EscolaLMS/sdk#readme"
}