-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 908 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 908 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
{
"name": "stackmd",
"version": "0.2.0",
"description": "Extract full product DNA from any live URL. 64 extraction passes. 19 intelligence engines. Brand voice, UX patterns, content strategy, visual design, accessibility, SEO, performance, tech stack, CRO audit, design system maturity, enterprise readiness.",
"type": "module",
"bin": {
"stackmd": "./bin/stackmd.js"
},
"main": "src/index.js",
"scripts": {
"start": "node bin/stackmd.js",
"test": "node test.js"
},
"keywords": [
"design-system",
"brand-voice",
"ux-analysis",
"content-strategy",
"product-dna",
"ai-agents",
"cli"
],
"author": "Dragoon0x",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dragoon0x/stackmd"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"ora": "^8.0.1",
"puppeteer": "^23.0.0"
}
}