-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 1.13 KB
/
package.json
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
{
"name": "two-factor-provider-webauthn",
"version": "2.5.1",
"private": true,
"description": "",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch",
"lint": "eslint assets tests/e2e",
"lint:fix": "eslint assets tests/e2e --fix",
"devenv:start": "./bin/run-dev-env.sh",
"test:e2e": "npm run devenv:start && playwright test"
},
"keywords": [],
"author": "Volodymyr Kolesnykov <[email protected]> (https://wildwolf.name/)",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@myrotvorets/po2json": "^1.0.3",
"@playwright/test": "^1.47.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^12.0.0",
"@types/jquery": "^3.5.30",
"@types/jqueryui": "^1.12.23",
"@types/node": "^22.5.4",
"@wordpress/babel-plugin-makepot": "^6.7.0",
"@wordpress/eslint-plugin": "^22.0.0",
"@wordpress/i18n": "^5.7.0",
"@wwa/rollup-plugin-terser": "^1.1.2",
"eslint-formatter-gha": "^1.5.1",
"eslint-plugin-playwright": "^2.0.0",
"playwright-core": "^1.47.0",
"rollup": "^4.21.2",
"typescript": "^5.5.4"
}
}