-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 887 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
{
"name": "solidity-handlebars",
"version": "2.0.0-beta.1",
"description": "Handlebar Templates for generating solidity contract interfaces and documentation",
"main": "src/index.js",
"files": [
"interface-templates/*",
"doc-templates/**/*"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/solidity-handlebars.git"
},
"keywords": [
"solidity",
"handlebars",
"templates",
"ethereum"
],
"author": "sam bacha",
"license": "MIT",
"bugs": {
"url": "https://github.com/sambacha/solidity-handlebars/issues"
},
"homepage": "https://github.com/sambacha/solidity-handlebars#readme",
"dependencies": {
"dotenv": "^16.0.0",
"shx": "^0.3.4",
"solidity-docgen": "0.5.16",
"chalk": "^4.1.0"
},
"devDependencies": {
"solc": "0.8.13",
"prettier": "latest"
}
}