-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.28 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.28 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
{
"name": "agentbox-landing",
"version": "2.0.0",
"description": "Interactive landing page components - FAQ accordion, pricing toggle, animated stats, chat demo. Zero dependencies.",
"main": "src/index.js",
"exports": {
".": "./src/index.js",
"./roi-calculator": "./src/roi-calculator.js",
"./package.json": "./package.json"
},
"files": [
"src/",
"LICENSE"
],
"scripts": {
"test": "jest --verbose",
"test:coverage": "jest --verbose --coverage",
"build": "node build.js",
"start": "npm run build && npx serve .",
"prepublishOnly": "npm test"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"landing-page",
"faq-accordion",
"pricing-toggle",
"animated-stats",
"chat-demo",
"testimonials",
"vanilla-js",
"no-dependencies",
"accessible",
"wcag",
"umd",
"zero-dependency"
],
"author": "Saurav Bhattacharya",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sauravbhattacharya001/getagentbox.git"
},
"homepage": "https://sauravbhattacharya001.github.io/getagentbox/",
"bugs": {
"url": "https://github.com/sauravbhattacharya001/getagentbox/issues"
},
"devDependencies": {
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0"
}
}