|
2 | 2 | "name": "addons-scanner-utils", |
3 | 3 | "version": "9.0.0", |
4 | 4 | "description": "Various addons related helpers to build CLIs.", |
5 | | - "main": "dist/index.js", |
6 | | - "types": "dist/index.d.ts", |
| 5 | + "type": "module", |
| 6 | + "main": "./dist/index.js", |
| 7 | + "types": "./dist/index.d.ts", |
| 8 | + "exports": { |
| 9 | + ".": "./dist/index.js", |
| 10 | + "./io": "./dist/io/index.js", |
| 11 | + "./test-helpers": "./dist/test-helpers.js" |
| 12 | + }, |
7 | 13 | "files": [ |
8 | | - "dist/**/*" |
| 14 | + "dist/**" |
9 | 15 | ], |
10 | 16 | "author": "Mozilla Add-ons Team", |
11 | 17 | "license": "MPL-2.0", |
|
42 | 48 | "@types/express": "4.17.17", |
43 | 49 | "@types/jest": "^29.0.0", |
44 | 50 | "@types/node": "^18.0.0", |
45 | | - "@types/node-fetch": "^2.6.2", |
| 51 | + "@types/node-fetch": "^2.6.3", |
46 | 52 | "@types/safe-compare": "^1.1.0", |
47 | 53 | "@types/sinon": "^10.0.0", |
48 | 54 | "@types/supertest": "^2.0.8", |
49 | | - "@typescript-eslint/eslint-plugin": "^5.0.0", |
50 | | - "@typescript-eslint/parser": "^5.0.0", |
| 55 | + "@typescript-eslint/eslint-plugin": "^5.58.0", |
| 56 | + "@typescript-eslint/parser": "^5.58.0", |
51 | 57 | "body-parser": "1.20.2", |
52 | 58 | "eslint": "^8.1.0", |
53 | 59 | "eslint-config-amo": "^5.0.0", |
|
0 commit comments