-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.79 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "skills-ws",
"version": "1.8.0",
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/build-agent-skills.mjs",
"build": "next build",
"start": "next start",
"indexnow": "node scripts/indexnow-submit.mjs",
"lint": "eslint .",
"test": "node test/cli.test.mjs",
"prepublishOnly": "cp package.json package.json.bak && cp npm-package.json package.json",
"postpublish": "mv package.json.bak package.json"
},
"dependencies": {
"@vercel/analytics": "^1.6.1",
"next": "^16.2.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"three": "^0.183.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.183.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"description": "85 agent skills for AI coding assistants — marketing, growth, web3, dev, design & operations. Built for OpenClaw, Claude Code, Cursor, and Codex.",
"bin": {
"skills-ws": "bin/cli.mjs"
},
"keywords": [
"ai",
"skills",
"agents",
"SKILL.md",
"claude-code",
"openclaw",
"cursor",
"codex",
"seo",
"marketing",
"growth",
"analytics",
"cro",
"prompt-engineering",
"ai-agents",
"security",
"api-design",
"cicd",
"eu-compliance",
"gdpr",
"web3",
"solidity",
"defi",
"smart-contracts",
"design-system",
"auth"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/san-npm/skills-ws"
},
"homepage": "https://www.skills.ws",
"author": "Commit Media <bob@openletz.com> (https://openletz.com)"
}