-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 951 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": "env-create-react-app",
"version": "1.1.0",
"description": "create-react-app import environment variables helper without REACT_APP prefix helper.",
"main": "index.js",
"scripts": {
"test": "env-cmd ./.env.test ./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderCollins/env-create-react-app.git"
},
"keywords": [
"env-create-react-app",
"createreactapp",
"environment",
"create",
"react",
"app",
"dotenv",
"import",
"REACT_APP"
],
"author": "Alexander W. Collins",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexanderCollins/env-create-react-app/issues"
},
"homepage": "https://github.com/AlexanderCollins/env-create-react-app#readme",
"dependencies": {
"dotenv": "^6.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"env-cmd": "^8.0.2",
"mocha": "^5.2.0"
}
}