-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 970 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
{
"name": "prettier-plugin-solidity-refactor",
"version": "1.0.0-alpha.14",
"description": "prettier plugin for solidity that refactors solidity 0.4.x code to solidity 0.5.x code",
"main": "src",
"repository": {
"type": "git",
"url": "git+https://github.com/maxsam4/prettier-plugin-solidity-refactor.git"
},
"keywords": [
"ethereum",
"plugin",
"prettier",
"solidity",
"refactor",
"upgrade",
"codemod"
],
"author": {
"email": "[email protected]",
"name": "Mudit Gupta"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maxsam4/prettier-plugin-solidity-refactor/issues"
},
"homepage": "https://mudit.blog/tool-refactor-your-solidity-0-4-x-code-to-solidity-0-5-x-code/",
"dependencies": {
"emoji-regex": "^7.0.3",
"escape-string-regexp": "^1.0.5",
"extract-comments": "^1.1.0",
"prettier": "^1.15.3",
"solidity-parser-antlr": "^0.4.0",
"string-width": "^3.0.0"
}
}