-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 890 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 890 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
39
40
41
42
43
{
"name": "hooksmith",
"version": "1.0.0",
"description": "Forge scroll-stopping hooks for any product. 18 proven frameworks. Zero deps, zero API keys.",
"main": "lib/generator.js",
"bin": {
"hooksmith": "bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js",
"test": "node bin/cli.js \"test product\" && echo 'Tests passed'"
},
"keywords": [
"hooks",
"copywriting",
"marketing",
"content",
"social-media",
"cli",
"tiktok",
"twitter",
"linkedin",
"headlines",
"copy",
"frameworks"
],
"author": "SlashImagine",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SlashImagine/hooksmith.git"
},
"homepage": "https://slashimagine.github.io/hooksmith/",
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE"
]
}