-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.85 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
{
"name": "salesforcedx-vscode-automation-tests-redhat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run compile && node ./lib/test-setup-and-runner.js --spec lib/specs/anInitialSuite.e2e.js",
"automation-tests": "npm run compile && node ./lib/test-setup-and-runner.js",
"setup": "npm run compile && node ./lib/test-setup-and-runner.js --spec test/setup/anInitialSetUp.e2e.js",
"lint": "eslint ./test --ext .ts",
"compile": "tsc --project ./tsconfig.json",
"prepare": "husky",
"extester": "extest --help"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/forcedotcom/salesforcedx-vscode-automation-tests-redhat.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/forcedotcom/salesforcedx-vscode-automation-tests-redhat/issues"
},
"homepage": "https://github.com/forcedotcom/salesforcedx-vscode-automation-tests-redhat#readme",
"devDependencies": {
"@commitlint/config-conventional": "19.5.0",
"@salesforce/kit": "^3.2.3",
"@types/chai": "^4.3.17",
"@types/cross-spawn": "^6.0.6",
"@types/mocha": "^10.0.9",
"@types/mocha-steps": "^1.3.3",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"chai": "^4.5.0",
"commitizen": "^4.3.1",
"cross-spawn": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"fast-glob": "^3.3.2",
"foo": "^0.0.7",
"husky": "9.1.6",
"mocha": "^10.8.2",
"mocha-steps": "^1.3.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vscode-extension-tester": "^8.8.1",
"yargs": "^17.7.2"
}
}