forked from danielroe/ripple-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"name": "@dpc-sdp/ripple-test-utils",
"description": "Test utils for Ripple sites",
"version": "2.42.0",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/config/index.js",
"repository": "https://github.com/dpc-sdp/ripple-framework",
"exports": {
".": "./dist/config/index.js",
"./step_definitions": "./step_definitions/index.ts"
},
"scripts": {
"clean": "(rimraf dist* && rimraf tsconfig.tsbuildinfo) | true",
"build": "pnpm clean && tsc -p tsconfig.json",
"watch": "tsc -p tsconfig.json -w"
},
"files": [
"dist",
"step_definitions/**/*",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"dependencies": {
"@badeball/cypress-cucumber-preprocessor": "^22.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
"@testing-library/cypress": "^10.0.3",
"@types/node": "18.15.10",
"cypress": "catalog:",
"cypress-real-events": "catalog:",
"mockttp": "^3.17.1",
"start-server-and-test": "^2.0.11",
"typescript": "5.0.2"
}
}