1 | {
|
2 | "name": "msal",
|
3 | "author": {
|
4 | "name": "Microsoft",
|
5 | "email": "nugetaad@microsoft.com",
|
6 | "url": "https://www.microsoft.com"
|
7 | },
|
8 | "license": "MIT",
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
|
12 | },
|
13 | "version": "1.4.18",
|
14 | "description": "Microsoft Authentication Library for js",
|
15 | "keywords": [
|
16 | "implicit",
|
17 | "js",
|
18 | "AAD",
|
19 | "msal",
|
20 | "oauth"
|
21 | ],
|
22 | "main": "./lib-commonjs/index.js",
|
23 | "module": "./lib-es6/index.js",
|
24 | "types": "./lib-commonjs/index.d.ts",
|
25 | "sideEffects": false,
|
26 | "engines": {
|
27 | "node": ">=0.8.0"
|
28 | },
|
29 | "beachball": {
|
30 | "disallowedChangeTypes": [
|
31 | "major"
|
32 | ]
|
33 | },
|
34 | "scripts": {
|
35 | "cdn": "npm run build && npm run cdn:upload && npm run cdn:sri",
|
36 | "cdn:upload": "node ./cdn-upload.js",
|
37 | "cdn:sri": "node ./cdn-sri.js",
|
38 | "clean": "shx rm -rf dist lib-commonjs lib-es6",
|
39 | "build:modules": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m es6 --outDir lib-es6 && npm run build:webpack",
|
40 | "build:modules:watch": "tsc --project tsconfig.build.json -m es6 --outDir lib-es6 --watch",
|
41 | "build": "npm run clean && npm run build:modules",
|
42 | "build:all": "npm run build",
|
43 | "test": "jest",
|
44 | "test:coverage": "jest --coverage",
|
45 | "lint": "cd ../../ && npm run lint:core",
|
46 | "lint:fix": "npm run lint -- -- --fix",
|
47 | "build:webpack": "webpack",
|
48 | "prepack": "npm run build"
|
49 | },
|
50 | "dependencies": {
|
51 | "tslib": "^1.9.3"
|
52 | },
|
53 | "devDependencies": {
|
54 | "@azure/storage-blob": "^12.2.1",
|
55 | "@babel/core": "^7.7.2",
|
56 | "@babel/plugin-proposal-class-properties": "^7.7.0",
|
57 | "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
58 | "@babel/polyfill": "^7.7.0",
|
59 | "@babel/preset-env": "^7.7.1",
|
60 | "@babel/preset-typescript": "^7.7.2",
|
61 | "@babel/register": "^7.7.0",
|
62 | "@types/handlebars": "4.0.33",
|
63 | "@types/jest": "^27.4.0",
|
64 | "@types/js-base64": "^2.3.1",
|
65 | "@types/node": "^11.13.4",
|
66 | "@types/sinon": "^7.0.11",
|
67 | "@types/uuid": "^3.4.4",
|
68 | "ajv": "6.12.3",
|
69 | "babel-polyfill": "^6.26.0",
|
70 | "dotenv": "^8.2.0",
|
71 | "fork-ts-checker-webpack-plugin": "^5.2.1",
|
72 | "handlebars": "^4.7.7",
|
73 | "husky": "^1.3.1",
|
74 | "jest": "^27.4.7",
|
75 | "js-yaml": "^3.13.1",
|
76 | "jshint": "^2.9.7",
|
77 | "phantomjs-polyfill": "0.0.2",
|
78 | "rimraf": "^3.0.0",
|
79 | "shx": "^0.3.4",
|
80 | "sinon": "^7.3.1",
|
81 | "source-map-support": "^0.5.13",
|
82 | "ssri": "^8.0.0",
|
83 | "terser-webpack-plugin": "^5.0.3",
|
84 | "ts-jest": "^27.1.2",
|
85 | "ts-loader": "^5.3.1",
|
86 | "ts-node": "^10.9.1",
|
87 | "tslint": "^5.8.0",
|
88 | "typescript": "^3.2.1",
|
89 | "webpack": "^5.3.2",
|
90 | "webpack-cli": "^4.1.0",
|
91 | "webpack-dev-middleware": "^3.4.0"
|
92 | },
|
93 | "directories": {
|
94 | "test": "test"
|
95 | }
|
96 | }
|