-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 918 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 918 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
33
34
35
36
37
38
39
40
{
"name": "@pr4j3sh/env-parser",
"description": "ENV parser to JSON",
"version": "1.0.4",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"build": "node esbuild.config.js",
"start": "node index.js",
"dev": "nodemon index.js"
},
"files": [
"dist"
],
"keywords": [
"parser",
"env",
"json",
"env-parser",
"env-to-json",
"npm",
"javascript",
"commonjs",
"frames"
],
"author": "Prajesh Pratap Singh <prajesh.eleven118@gmail.com> (https://pr4j3sh.github.io/pr4j3sh/)",
"license": "MIT",
"homepage": "https://github.com/pr4j3sh/env-parser#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pr4j3sh/env-parser.git"
},
"bugs": {
"url": "https://github.com/pr4j3sh/env-parser/issues"
},
"devDependencies": {
"esbuild": "^0.24.0",
"nodemon": "^3.1.7"
}
}