-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 934 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 934 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "solt",
"version": "0.0.1",
"description": "Solidity Templates allow using preprocessor to develop contracts",
"homepage": "https://github.com/nnseva/solt",
"bugs": "https://github.com/nnseva/solt/issues",
"keywords": [
"solidity",
"library",
"preprocessor",
"smart-contract"
],
"author": {
"name": "Vsevolod Novikov",
"email": "nnseva@gmail.com"
},
"contributors": [
{
"name": "Vsevolod Novikov",
"email": "nnseva@gmail.com"
}
],
"files": [
"templates",
"package.json"
],
"license": "LGPL-3.0-or-later",
"dependencies": {
"argparse": "^2.0.1",
"ejs": "^3.1.10",
"node": "^20.19.0"
},
"devDependencies": {
"@atixlabs/hardhat-time-n-mine": "^0.0.5",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"ethers": "^6.13.5"
},
"bin": {
"solt": "utils/solt.js"
}
}