-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.41 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@form8ion/utils-cli",
"description": "cli for various tools for the organization",
"license": "MIT",
"version": "0.0.0-semantically-released",
"type": "module",
"engines": {
"node": "^18.19.0 || ^20.6.1 || >=22"
},
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
"repository": "form8ion/utils-cli",
"bugs": "https://github.com/form8ion/utils-cli/issues",
"homepage": "https://npm.im/@form8ion/utils-cli",
"bin": {
"form8ion-utils": "./bin/form8ion-utils.js"
},
"sideEffects": false,
"scripts": {
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
"test:unit:base": "DEBUG=any vitest run",
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
"test:integration:debug": "DEBUG=nock.* run-s test:integration",
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
"test:integration:focus:debug": "DEBUG=test run-s 'test:integration:focus'",
"pretest:e2e": "run-s build",
"test:e2e": "NODE_OPTIONS=--enable-source-maps node ./test/e2e/smoke-test.js",
"lint:js": "eslint . --cache",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:engines": "ls-engines",
"lint:gherkin": "gherkin-lint",
"lint:peer": "npm ls >/dev/null",
"lint:lockfile": "lockfile-lint",
"clean": "rimraf ./bin",
"prebuild": "run-s clean",
"build": "npm-run-all --print-label --parallel build:*",
"build:js": "rollup --config",
"watch": "run-s 'build:js -- --watch'",
"prepack": "run-s build",
"prepare": "husky install",
"lint:publish": "publint --strict",
"lint:js:fix": "run-s 'lint:js -- --fix'"
},
"files": [
"bin/"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"packageManager": "npm@10.9.1+sha512.c89530d37c4baa38afd43e76a077a84b9aa63840b986426584fd5c5a54ab0a0b21bb1595c851042b733784b0b43706d36a494b4d8ae1a086a762cb8d3f95942a",
"dependencies": {
"@form8ion/codecov": "6.2.0",
"@form8ion/cucumber-scaffolder": "4.0.0",
"@form8ion/github": "2.0.0",
"@form8ion/github-actions-node-ci": "5.0.1",
"@form8ion/hapi-scaffolder": "4.1.1",
"@form8ion/javascript": "13.0.2",
"@form8ion/javascript-core": "12.3.0",
"@form8ion/jetbrains": "1.1.3",
"@form8ion/lift": "10.0.0",
"@form8ion/mocha-scaffolder": "5.0.1",
"@form8ion/octoherd-script": "1.0.0",
"@form8ion/ossf-scorecard": "1.2.1",
"@form8ion/prettier": "2.0.0",
"@form8ion/project": "20.0.0",
"@form8ion/remark-plugin-scaffolder": "3.0.5",
"@form8ion/remove-greenkeeper": "3.0.1",
"@form8ion/renovate-scaffolder": "3.0.0",
"@form8ion/replace-travis-ci-with-github-actions": "10.0.1",
"@form8ion/rollup": "5.0.1",
"@form8ion/scaffolder-scaffolder": "6.1.0",
"@form8ion/vite": "2.0.1",
"@form8ion/vitest": "4.2.0",
"update-notifier": "7.3.1",
"yargs": "17.7.2"
},
"devDependencies": {
"@cucumber/cucumber": "11.1.0",
"@form8ion/commitlint-config": "2.0.2",
"@form8ion/core": "4.8.0",
"@form8ion/eslint-config": "7.0.12",
"@form8ion/eslint-config-cucumber": "1.4.1",
"@form8ion/eslint-config-mocha": "3.0.6",
"@form8ion/remark-lint-preset": "6.0.5",
"@rollup/plugin-node-resolve": "15.3.0",
"@travi/any": "3.1.2",
"ban-sensitive-files": "1.10.6",
"c8": "10.1.2",
"camelcase": "8.0.0",
"chai": "5.1.2",
"clear-module": "4.1.2",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"deep-equal": "2.2.3",
"execa": "9.5.1",
"gherkin-lint": "4.2.4",
"http-status-codes": "2.3.0",
"husky": "9.1.7",
"import-fresh": "3.3.0",
"jest-when": "3.6.0",
"js-yaml": "4.1.0",
"lockfile-lint": "4.14.0",
"ls-engines": "0.9.3",
"mdast-util-from-markdown": "2.0.2",
"mdast-zone": "6.1.0",
"mock-fs": "5.4.1",
"msw": "2.6.6",
"npm-run-all2": "7.0.1",
"publint": "0.2.12",
"remark-cli": "12.0.1",
"rimraf": "6.0.1",
"rollup": "4.27.4",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-executable": "1.6.3",
"rollup-plugin-json": "4.0.0",
"testdouble": "3.20.2",
"unist-util-find": "3.0.0",
"vitest": "2.1.5"
}
}