-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.28 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
37
38
39
{
"name": "zenika-a11y-components",
"version": "0.0.0",
"description": "The Zenika A11Y Component project provide a very basic and versatile design toolkit to design accessible components.",
"type": "module",
"scripts": {
"test": "npm run test:lint && npm run test:unit && npm run test:e2e",
"test:unit": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
"test:e2e": "cucumber-js tests/features",
"test:lint": "eslint html/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenika-open-source/zenika-a11y-components.git"
},
"keywords": [
"a11y"
],
"author": "Zenika",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zenika-open-source/zenika-a11y-components/issues"
},
"homepage": "https://github.com/zenika-open-source/zenika-a11y-components#readme",
"devDependencies": {
"@cucumber/cucumber": "^8.0.0-rc.2",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0",
"eslint": "^8.6.0",
"eslint-plugin-jest-dom": "^4.0.1",
"jest": "^27.4.7",
"jest-axe": "^5.0.1",
"jest-extended": "^1.2.0",
"local-web-server": "^5.1.1",
"playwright": "^1.18.0",
"@playwright/test": "^1.18.0"
}
}