UNPKG

687 BJSONView Raw
1{
2 "name": "entor",
3 "version": "1.0.1",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "jest": "jest",
8 "declaration:build": "tsc -b"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/Icaruk/entor.git"
13 },
14 "keywords": ["entor", "env", ".env", "environment", "variables", "config", "configuration", "settings"],
15 "author": "",
16 "license": "ISC",
17 "bugs": {
18 "url": "https://github.com/Icaruk/entor/issues"
19 },
20 "homepage": "https://github.com/Icaruk/entor#readme",
21 "types": "./types/index.d.ts",
22 "files": [
23 "lib/entor.js",
24 "types/entor.d.ts"
25 ],
26 "devDependencies": {
27 "jest": "^27.3.1",
28 "typescript": "^4.4.4"
29 }
30}
\No newline at end of file