forked from mcagov/beacons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 812 Bytes
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
{
"name": "mca-beacons-tests",
"version": "1.0.0",
"description": "Beacons end-to-end tests",
"scripts": {
"test:e2e": "cypress run",
"test:e2e:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcagov/beacons.git"
},
"author": "MCA",
"bugs": {
"url": "https://github.com/mcagov/beacons/issues"
},
"homepage": "https://github.com/mcagov/beacons#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.20.0",
"cypress": "^13.3.0",
"dotenv": "^16.0.0",
"eslint": "^8.13.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.6.3",
"@typescript-eslint/parser": "^5.20.0"
},
"engines": {
"node": "16.17.x",
"npm": "8.15.x"
}
}