-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 870 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 870 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
33
34
35
36
37
38
{
"name": "woulditship",
"version": "0.1.0",
"description": "骂了吗 (WouldItShip) — 把你刚 vibe 出来的产品丢进去,被全网最挑剔的真实用户骂醒。开源本地 CLI。",
"bin": {
"woulditship": "bin/woulditship.js"
},
"main": "src/cli.js",
"type": "commonjs",
"files": [
"bin",
"src",
"README.md"
],
"engines": {
"node": ">=22"
},
"scripts": {
"start": "node bin/woulditship.js",
"test": "node --test"
},
"keywords": [
"vibecoding",
"roast",
"cli",
"code-review",
"ai"
],
"repository": {
"type": "git",
"url": "git+https://github.com/A-cat-with-carrots/WouldItShip.git"
},
"homepage": "https://github.com/A-cat-with-carrots/WouldItShip#readme",
"bugs": {
"url": "https://github.com/A-cat-with-carrots/WouldItShip/issues"
},
"license": "MIT"
}