forked from CrowdStrike/faltest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"lint:git": "commitlint",
"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 --scripts.precommit \"\\\"$PWD/scripts/precommit.js\\\" && git add -A\" --scripts.postbump \"\\\"$PWD/scripts/postbump.js\\\"\" --no-bump-in-range-dependencies",
"start": "./packages/cli/bin/index.js",
"test": "./scripts/run.js packages test",
"test:acceptance": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/CrowdStrike/faltest.git"
},
"engines": {
"node": ">=10.12"
},
"devDependencies": {
"@crowdstrike/commitlint": "^1.0.4",
"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": "^7.0.0",
"eslint-config-crowdstrike": "^3.0.0",
"eslint-config-crowdstrike-node": "^3.0.0",
"eslint-plugin-faltest": "^1.0.7",
"eslint-plugin-json-files": "0.8.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.0.0",
"execa": "^4.0.0",
"mocha": "^8.0.0",
"mocha-helpers": "^5.0.0",
"monorepo-next": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-lint-crowdstrike": "^2.0.0",
"renovate-config-standard": "^2.0.0",
"serve-static": "^1.14.1",
"sinon": "^9.0.0",
"sinon-chai": "^3.3.0",
"stoppable": "^1.1.0",
"tmp": "0.2.1"
}
}