-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 Bytes
/
package.json
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
{
"name": "hocon-config",
"version": "1.0.94",
"description": "A HOCON parser for Node.js with environment expansions, partial array merges, programmatic overrides, and CLI runtime integration.",
"main": "lib/hoconParser.js",
"types": "index.d.ts",
"files": [
"lib/",
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"start": "node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelemosreverte/hocon-parser.git"
},
"bugs": {
"url": "https://github.com/miguelemosreverte/hocon-parser/issues"
},
"homepage": "https://github.com/miguelemosreverte/hocon-parser#readme",
"author": "Miguel Lemos Reverte <miguelemosreverte@gmail.com> (https://github.com/miguelemosreverte)",
"license": "MIT",
"keywords": [
"hocon",
"config",
"parser",
"nodejs",
"config-loader"
],
"devDependencies": {
"jest": "^29.0.0"
}
}