-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 895 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 895 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
{
"name": "hello-world-node-js",
"version": "1.0.0",
"license": "BUSL-1.1",
"description": "Sample Book project using Promptbook and pure vanilla JavaScript in Node.js environment",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/webgptorg/hello-world-node-js.git"
},
"author": "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"contributors": [
"Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"Jiří Jahn <jiri@ptbk.io> (https://www.ptbk.io/)"
],
"bugs": {
"url": "https://github.com/webgptorg/hello-world-node-js/issues"
},
"homepage": "https://github.com/webgptorg/hello-world-node-js#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ptbk": "0.112.0-56"
}
}