-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "tinymce-docs-cleanup-action",
"version": "1.0.1",
"main": "dist/index.js",
"author": "Tiny Technologies Inc.",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.11.1",
"@aws-sdk/client-s3": "^3.946.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@github/local-action": "^6.0.2",
"@jest/globals": "^30.2.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@tinymce/eslint-plugin": "^3.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-mocha": "^11.2.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^30.2.0",
"rollup": "^4.53.3",
"ts-jest": "^29.4.6",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1"
},
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
}
}