-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 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
28
29
30
31
32
{
"name": "export-config",
"version": "1.0.5",
"description": "This is a Node module to help developers to export the right configuration to the environment thisthe application is running",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=16.14.1"
},
"scripts": {
"test": "mocha tests/index.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrebot/exportConfig.git"
},
"keywords": [
"Export",
"config"
],
"author": "André Almeida <andrebot_almeida@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrebot/exportConfig/issues"
},
"homepage": "https://github.com/andrebot/exportConfig#readme",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"npm-check-updates": "^16.6.2"
}
}