forked from ebdrup/moduleconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 866 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
39
40
41
{
"author": "debitoor",
"name": "@debitoor/moduleconfig",
"description": "configuration loading for node modules",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/debitoor/moduleconfig.git"
},
"private": false,
"main": "./lib/moduleConfig.js",
"engines": {
"node": ">=16.20.0",
"npm": ">=8.19"
},
"dependencies": {},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "8.4.0",
"chai": "4.3.7",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"mocha-jshint": "2.3.1"
},
"directories": {
"test": "test"
},
"keywords": [
"module",
"configuration",
"config",
"node"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/debitoor/moduleconfig/issues"
},
"homepage": "https://github.com/debitoor/moduleconfig#readme"
}