forked from CrowdStrike/faltest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.78 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
{
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"lint:git": "commitlint --default-branch main",
"lint:js": "eslint . --ext js,json",
"lint:md": "remark -f doc CONTRIBUTING.md README.md packages/*/README.md examples/*/README.md packages/lint/doc",
"release": "next release --default-branch main --scripts.precommit \"FALTEST_PRINT_VERSION=false yargs-help-output README.md --npm-script-name start && git add README.md\" --scripts.postbump \"\\\"$PWD/scripts/postbump.js\\\"\" --no-bump-in-range-dependencies",
"start": "faltest",
"test": "./scripts/run.js packages test",
"test:acceptance": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/CrowdStrike/faltest.git"
},
"engines": {
"node": ">=14.15"
},
"devDependencies": {
"@crowdstrike/commitlint": "^5.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0",
"chai-string": "^1.5.0",
"connect": "^3.7.0",
"cross-env": "^7.0.0",
"eslint": "^8.0.0",
"eslint-config-crowdstrike": "^8.0.0",
"eslint-config-crowdstrike-node": "^3.0.1",
"eslint-plugin-faltest": "^4.0.0",
"eslint-plugin-json-files": "^2.0.0",
"eslint-plugin-mocha": "^10.0.0",
"eslint-plugin-node": "^11.0.0",
"execa": "^5.0.0",
"mocha": "^10.0.0",
"mocha-helpers": "^6.0.0",
"monorepo-next": "^9.0.0",
"p-all": "^4.0.0",
"remark-cli": "^11.0.0",
"remark-preset-lint-crowdstrike": "^2.0.0",
"renovate-config-standard": "^2.0.0",
"serve-static": "^1.14.1",
"sinon": "^15.0.0",
"sinon-chai": "^3.7.0",
"stoppable": "^1.1.0",
"tmp": "0.2.1",
"yargs-help-output": "^2.0.0"
},
"volta": {
"node": "14.21.2",
"npm": "6.14.18",
"yarn": "1.22.19"
}
}