|
1 | 1 | { |
2 | | - "name": "@propelauth/javascript", |
3 | | - "description": "A library for managing authentication in the browser, backed by PropelAuth", |
4 | | - "repository": { |
5 | | - "type": "git", |
6 | | - "url": "https://github.com/PropelAuth/javascript" |
7 | | - }, |
8 | | - "version": "2.0.13", |
9 | | - "keywords": [ |
10 | | - "auth", |
11 | | - "user", |
12 | | - "authentication" |
13 | | - ], |
14 | | - "license": "MIT", |
15 | | - "devDependencies": { |
16 | | - "@babel/cli": "^7.13.16", |
17 | | - "@babel/core": "^7.14.0", |
18 | | - "@babel/preset-env": "^7.14.0", |
19 | | - "@babel/preset-typescript": "^7.13.0", |
20 | | - "@rollup/plugin-babel": "^5.3.0", |
21 | | - "@rollup/plugin-commonjs": "^19.0.0", |
22 | | - "@rollup/plugin-node-resolve": "^13.0.4", |
23 | | - "@types/jest": "^26.0.23", |
24 | | - "@types/js-cookie": "^3.0.6", |
25 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
26 | | - "@typescript-eslint/parser": "^4.22.0", |
27 | | - "babel-loader": "^8.2.2", |
28 | | - "jest": "^27.2.4", |
29 | | - "js-cookie": "^3.0.5", |
30 | | - "prettier": "^2.4.1", |
31 | | - "prettier-plugin-organize-imports": "^2.3.3", |
32 | | - "rollup": "^2.46.0", |
33 | | - "rollup-plugin-terser": "^7.0.2", |
34 | | - "typescript": "^4.2.4", |
35 | | - "uuid": "^8.3.2" |
36 | | - }, |
37 | | - "browserslist": [ |
38 | | - "> 0.2%", |
39 | | - "not dead" |
40 | | - ], |
41 | | - "scripts": { |
42 | | - "type-check": "tsc --noEmit", |
43 | | - "type-check:watch": "npm run type-check -- --watch", |
44 | | - "build:types": "tsc --emitDeclarationOnly", |
45 | | - "build:js": "rollup -c", |
46 | | - "build": "npm run test && npm run build:types && npm run build:js", |
47 | | - "test": "jest --silent", |
48 | | - "prepublishOnly": "npm run build" |
49 | | - }, |
50 | | - "main": "dist/cjs/index.js", |
51 | | - "browser": "dist/javascript.min.js", |
52 | | - "module": "dist/esm/index.js", |
53 | | - "files": [ |
54 | | - "dist" |
55 | | - ], |
56 | | - "types": "dist/types/index.d.ts" |
| 2 | + "name": "@propelauth/javascript", |
| 3 | + "description": "A library for managing authentication in the browser, backed by PropelAuth", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "https://github.com/PropelAuth/javascript" |
| 7 | + }, |
| 8 | + "version": "2.0.14", |
| 9 | + "keywords": [ |
| 10 | + "auth", |
| 11 | + "user", |
| 12 | + "authentication" |
| 13 | + ], |
| 14 | + "license": "MIT", |
| 15 | + "devDependencies": { |
| 16 | + "@babel/cli": "^7.13.16", |
| 17 | + "@babel/core": "^7.14.0", |
| 18 | + "@babel/preset-env": "^7.14.0", |
| 19 | + "@babel/preset-typescript": "^7.13.0", |
| 20 | + "@rollup/plugin-babel": "^5.3.0", |
| 21 | + "@rollup/plugin-commonjs": "^19.0.0", |
| 22 | + "@rollup/plugin-node-resolve": "^13.0.4", |
| 23 | + "@types/jest": "^26.0.23", |
| 24 | + "@types/js-cookie": "^3.0.6", |
| 25 | + "@typescript-eslint/eslint-plugin": "^4.22.0", |
| 26 | + "@typescript-eslint/parser": "^4.22.0", |
| 27 | + "babel-loader": "^8.2.2", |
| 28 | + "jest": "^27.2.4", |
| 29 | + "js-cookie": "^3.0.5", |
| 30 | + "prettier": "^2.4.1", |
| 31 | + "prettier-plugin-organize-imports": "^2.3.3", |
| 32 | + "rollup": "^2.46.0", |
| 33 | + "rollup-plugin-terser": "^7.0.2", |
| 34 | + "typescript": "^4.2.4", |
| 35 | + "uuid": "^8.3.2" |
| 36 | + }, |
| 37 | + "browserslist": [ |
| 38 | + "> 0.2%", |
| 39 | + "not dead" |
| 40 | + ], |
| 41 | + "scripts": { |
| 42 | + "type-check": "tsc --noEmit", |
| 43 | + "type-check:watch": "npm run type-check -- --watch", |
| 44 | + "build:types": "tsc --emitDeclarationOnly", |
| 45 | + "build:js": "rollup -c", |
| 46 | + "build": "npm run test && npm run build:types && npm run build:js", |
| 47 | + "test": "jest --silent", |
| 48 | + "prepublishOnly": "npm run build" |
| 49 | + }, |
| 50 | + "main": "dist/cjs/index.js", |
| 51 | + "browser": "dist/javascript.min.js", |
| 52 | + "module": "dist/esm/index.js", |
| 53 | + "files": [ |
| 54 | + "dist" |
| 55 | + ], |
| 56 | + "types": "dist/types/index.d.ts" |
57 | 57 | } |
0 commit comments