-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 2.02 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@wso2/identity-cypress-test-base",
"version": "0.2.32",
"description": "Commonly used commands, configs, utilities for cypress integration & e2e tests in WSO2 Identity Server front-end applications.",
"author": "WSO2",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"WSO2",
"WSO2 IS",
"WSO2 Identity Server",
"WSO2 Identity Apps",
"integration-tests",
"cypress",
"cypress-base"
],
"scripts": {
"build": "npm run compile",
"clean": "npm run rimraf ./dist",
"compile": "tsc -p tsconfig.json",
"compile:win32": ".\\node_modules\\.bin\\tsc -p tsconfig.json",
"compile:default": "./node_modules/.bin/tsc -p tsconfig.json",
"rimraf": "run-script-os",
"rimraf:win32": ".\\node_modules\\.bin\\rimraf",
"rimraf:default": "./node_modules/.bin/rimraf",
"prebuild": "npm run clean",
"test": "jest"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^13.9.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"cypress": "^5.2.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^3.0.2",
"run-script-os": "^1.0.7",
"typescript": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wso2/identity-cypress-test-base.git"
},
"bugs": {
"url": "https://github.com/wso2/identity-cypress-test-base/issues"
},
"homepage": "https://github.com/wso2/identity-cypress-test-base#readme"
}