-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 729 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 729 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
{
"name": "lasso-optimizer",
"version": "3.3.0",
"license": "MIT",
"author": "dasathyakuma@ebay.com",
"description": "An optimizer for Lasso JS output bundles",
"main": "lib/index.js",
"dependencies": {
"@babel/core": "7.5.5",
"@babel/generator": "7.5.5",
"@babel/helpers": "7.5.5",
"@babel/parser": "7.5.5",
"@babel/template": "7.4.4",
"@babel/traverse": "7.5.5",
"@babel/types": "7.5.5",
"nanoid": "2.1.11",
"@ebay/retriever": "1.1.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-ebay": "1.1.1",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-import": "^2.14.0"
}
}