-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.23 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
{
"name": "@isonnymichael/pulse",
"version": "0.0.2",
"description": "AI-layer web performance optimization using PageSpeed Insights",
"main": "src/index.js",
"type": "module",
"bin": {
"pulse": "bin/pulse.cjs"
},
"scripts": {
"release:npm": "npm publish --registry=https://registry.npmjs.org --@isonnymichael:registry=https://registry.npmjs.org",
"release:github": "npm publish --registry=https://npm.pkg.github.com",
"release": "npm run release:npm && npm run release:github"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isonnymichael/pulse.git"
},
"bugs": {
"url": "https://github.com/isonnymichael/pulse/issues"
},
"homepage": "https://github.com/isonnymichael/pulse#readme",
"files": [
"bin/",
"src/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"ai",
"cli",
"pagespeed",
"lighthouse",
"web-performance",
"core-web-vitals",
"optimization",
"seo",
"claude",
"cursor",
"ai-agent",
"developer-tools",
"devtools",
"productivity"
],
"author": "Sonny Michael",
"license": "GPL-3.0-only",
"dependencies": {}
}