-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 905 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
{
"name": "sublime-import-cost",
"version": "0.1.1",
"description": "Sublime Text 3/4 package that shows the cost of imported JS modules. A working version of julianburr/sublime-import-cost.",
"keywords": [
"import cost",
"sublime text",
"sublime package",
"es6",
"es5",
"js module"
],
"license": "MIT",
"bugs": "https://github.com/arviantodwi/sublime-import-cost/issues",
"author": "Arvianto D. Wicaksono <[email protected]> (https://arviantodwi.github.io/arviantodwi/)",
"contributors": [
"Julian Burr <[email protected]> (https://www.julianburr.de)",
"Po Chen <[email protected]> (https://pochen.me/)"
],
"dependencies": {
"import-cost": "^3.2.0",
"native-fs-adapter": "https://gitpkg.now.sh/wix/import-cost/packages/native-fs-adapter?master",
"vscode-uri": "^3.0.3"
},
"resolutions": {
"import-cost": "^3.2.0"
}
}