|
1 | 1 | { |
2 | | - "name": "@propelauth/node", |
3 | | - "repository": { |
4 | | - "type": "git", |
5 | | - "url": "https://github.com/PropelAuth/node" |
6 | | - }, |
7 | | - "version": "2.1.8", |
8 | | - "license": "MIT", |
9 | | - "keywords": [ |
10 | | - "auth", |
11 | | - "node", |
12 | | - "user" |
13 | | - ], |
14 | | - "dependencies": { |
15 | | - "jsonwebtoken": "^9.0.0" |
16 | | - }, |
17 | | - "devDependencies": { |
18 | | - "@rollup/plugin-commonjs": "^19.0.0", |
19 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
20 | | - "@rollup/plugin-typescript": "^8.2.1", |
21 | | - "@types/express": "^4.17.11", |
22 | | - "@types/jest": "^27.0.1", |
23 | | - "@types/jsonwebtoken": "^8.5.1", |
24 | | - "@types/uuid": "^8.3.1", |
25 | | - "jest": "^27.0.6", |
26 | | - "nock": "^13.1.2", |
27 | | - "prettier": "^2.3.2", |
28 | | - "prettier-plugin-organize-imports": "^2.3.3", |
29 | | - "rimraf": "^3.0.2", |
30 | | - "rollup": "^2.52.7", |
31 | | - "rollup-plugin-peer-deps-external": "^2.2.4", |
32 | | - "ts-jest": "^27.0.5", |
33 | | - "typescript": "^4.2.4", |
34 | | - "uuid": "^8.3.2" |
35 | | - }, |
36 | | - "scripts": { |
37 | | - "type-check": "tsc --noEmit", |
38 | | - "type-check:watch": "npm run type-check -- --watch", |
39 | | - "build:types": "tsc --emitDeclarationOnly", |
40 | | - "build:js": "rollup -c", |
41 | | - "build": "npm run test && npm run build:types && npm run build:js", |
42 | | - "test": "jest --silent", |
43 | | - "prepublishOnly": "npm run build" |
44 | | - }, |
45 | | - "main": "dist/index.js", |
46 | | - "module": "dist/index.es.js", |
47 | | - "files": [ |
48 | | - "dist" |
49 | | - ], |
50 | | - "jest": { |
51 | | - "testMatch": [ |
52 | | - "**/test/*.ts" |
| 2 | + "name": "@propelauth/node", |
| 3 | + "repository": { |
| 4 | + "type": "git", |
| 5 | + "url": "https://github.com/PropelAuth/node" |
| 6 | + }, |
| 7 | + "version": "2.1.9", |
| 8 | + "license": "MIT", |
| 9 | + "keywords": [ |
| 10 | + "auth", |
| 11 | + "node", |
| 12 | + "user" |
53 | 13 | ], |
54 | | - "moduleFileExtensions": [ |
55 | | - "ts", |
56 | | - "js" |
| 14 | + "dependencies": { |
| 15 | + "jsonwebtoken": "^9.0.0" |
| 16 | + }, |
| 17 | + "devDependencies": { |
| 18 | + "@rollup/plugin-commonjs": "^19.0.0", |
| 19 | + "@rollup/plugin-node-resolve": "^13.0.0", |
| 20 | + "@rollup/plugin-typescript": "^8.2.1", |
| 21 | + "@types/express": "^4.17.11", |
| 22 | + "@types/jest": "^27.0.1", |
| 23 | + "@types/jsonwebtoken": "^8.5.1", |
| 24 | + "@types/uuid": "^8.3.1", |
| 25 | + "jest": "^27.0.6", |
| 26 | + "nock": "^13.1.2", |
| 27 | + "prettier": "^2.3.2", |
| 28 | + "prettier-plugin-organize-imports": "^2.3.3", |
| 29 | + "rimraf": "^3.0.2", |
| 30 | + "rollup": "^2.52.7", |
| 31 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 32 | + "ts-jest": "^27.0.5", |
| 33 | + "typescript": "^4.2.4", |
| 34 | + "uuid": "^8.3.2" |
| 35 | + }, |
| 36 | + "scripts": { |
| 37 | + "type-check": "tsc --noEmit", |
| 38 | + "type-check:watch": "npm run type-check -- --watch", |
| 39 | + "build:types": "tsc --emitDeclarationOnly", |
| 40 | + "build:js": "rollup -c", |
| 41 | + "build": "npm run test && npm run build:types && npm run build:js", |
| 42 | + "test": "jest --silent", |
| 43 | + "prepublishOnly": "npm run build" |
| 44 | + }, |
| 45 | + "main": "dist/index.js", |
| 46 | + "module": "dist/index.es.js", |
| 47 | + "files": [ |
| 48 | + "dist" |
57 | 49 | ], |
58 | | - "transform": { |
59 | | - "^.+\\.(ts|tsx)?$": "ts-jest" |
| 50 | + "jest": { |
| 51 | + "testMatch": [ |
| 52 | + "**/test/*.ts" |
| 53 | + ], |
| 54 | + "moduleFileExtensions": [ |
| 55 | + "ts", |
| 56 | + "js" |
| 57 | + ], |
| 58 | + "transform": { |
| 59 | + "^.+\\.(ts|tsx)?$": "ts-jest" |
| 60 | + } |
60 | 61 | } |
61 | | - } |
62 | 62 | } |
0 commit comments