-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 KB
/
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
{
"name": "@cocopina/environment",
"version": "1.0.4",
"description": "A collection of runtime environment utilities and indicators",
"author": "Sahar Brodbeker <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/sahariko/environment.git"
},
"homepage": "https://github.com/sahariko/environment",
"main": "dist/index.js",
"scripts": {
"test": "jest -c configuration/jest.config.js",
"lint": "eslint .",
"build": "webpack --config configuration/webpack.config"
},
"keywords": [
"environment",
"isomorphic",
"env",
"node",
"browser"
],
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"eslint": "^5.9.0",
"jest": "^23.6.0",
"regenerator-runtime": "^0.12.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}