UNPKG

skapps-login

Version:

Login component for SKAPPS apps

52 lines (51 loc) 1.8 kB
{ "name": "skapps-login", "version": "1.0.53", "private": false, "description": "Login component for SKAPPS apps", "main": "dist/MsalConfig", "typings": "typings/MsalConfig", "scripts": { "justdoit": "npm update && npm run build && git commit -a -m \"auto commit\" && npm version patch && npm publish && git push", "prepublishOnly": "babel src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps -s inline", "test": "echo \"Error: no test specified\" && exit 1", "check-types": "tsc", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", "build": "npm run build:types && npm run build:js", "build:types": "tsc --declaration --declarationDir typings --allowJs false --noEmit false --isolatedModules false --emitDeclarationOnly", "build:js": "babel src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps inline", "update-to-latest": "npm i -g npm-check-updates && ncu -u && npm install --save" }, "keywords": [ "SKAPPS", "login" ], "author": "Steye Kalma", "license": "ISC", "peerDependencies": { "@azure/msal-browser": "^2.16.1", "skapps-datatools": "^1.0.48" }, "devDependencies": { "@azure/msal-browser": "^2.16.1", "@babel/cli": "^7.14.8", "@babel/core": "^7.15.0", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-numeric-separator": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@types/node": "^16.7.2", "skapps-datatools": "^1.0.48", "typescript": "^4.3.5" }, "files": [ "dist", "typings" ], "dependencies": { "skapps-settings": "^1.0.15" } }