-
Notifications
You must be signed in to change notification settings - Fork 814
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 873 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 873 Bytes
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
{
"name": "@every-env/compound-plugin",
"version": "2.36.0",
"type": "module",
"private": false,
"bin": {
"compound-plugin": "src/index.ts"
},
"homepage": "https://github.com/EveryInc/compound-engineering-plugin",
"repository": "https://github.com/EveryInc/compound-engineering-plugin",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "bun run src/index.ts",
"convert": "bun run src/index.ts convert",
"list": "bun run src/index.ts list",
"cli:install": "bun run src/index.ts install",
"test": "bun test",
"release:dry-run": "semantic-release --dry-run"
},
"dependencies": {
"citty": "^0.1.6",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"bun-types": "^1.0.0",
"semantic-release": "^25.0.3"
}
}