-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"workspaces": [
"workspaces/contact",
"workspaces/scanner",
"workspaces/tarball",
"workspaces/mama",
"workspaces/tree-walker",
"workspaces/conformance",
"workspaces/npm-types",
"workspaces/i18n",
"workspaces/rc",
"workspaces/utils",
"workspaces/flags",
"workspaces/fs-walk",
"workspaces/github",
"workspaces/gitlab",
"workspaces/opencode-nodesecure"
],
"scripts": {
"build": "npm run build --ws --if-present",
"test": "npm run test --ws --if-present",
"test-types": "npm run test-types --ws --if-present",
"lint": "eslint workspaces",
"ci:publish": "changeset publish",
"ci:version": "changeset version",
"clean": "clear-ts-build"
},
"author": "NodeSecure",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.4",
"@openally/config.eslint": "^2.1.0",
"@openally/config.typescript": "1.2.1",
"@slimio/is": "^2.0.0",
"@types/node": "^24.0.2",
"@types/pacote": "^11.1.8",
"@types/semver": "^7.5.8",
"c8": "^10.1.2",
"pkg-ok": "^3.0.0",
"tsd": "^0.33.0",
"typescript": "5.9.3"
},
"engines": {
"node": ">=20"
}
}