forked from yonatanp-jfrog/bookverse-demo-init
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 977 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
{
"name": "bookverse-demo-init",
"version": "1.0.0",
"description": "BookVerse is a comprehensive microservices platform that delivers modern software development practices, secure CI/CD pipelines, and enterprise-grade deployment automation. Built with industry-leading technologies, BookVerse provides organizations with a complete reference architecture for scalable, secure, and compliant software delivery.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yonatanp-jfrog/bookverse-demo-init.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/yonatanp-jfrog/bookverse-demo-init/issues"
},
"homepage": "https://github.com/yonatanp-jfrog/bookverse-demo-init#readme",
"dependencies": {
"puppeteer": "^24.22.2"
}
}