-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1018 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
38
39
{
"name": "blockchainlab2-testing-0-tddsc",
"version": "1.0.0",
"description": "Demo of different Quality and Security Analisys tools for Smart Contract development",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JuanLuisGozaloFdez/blockchainlab2-testing-0-tddsc.git"
},
"keywords": [
"testing"
],
"author": "JLG",
"license": "MIT",
"bugs": {
"url": "https://github.com/JuanLuisGozaloFdez/blockchainlab2-testing-0-tddsc/issues"
},
"homepage": "https://github.com/JuanLuisGozaloFdez/blockchainlab2-testing-0-tddsc#readme",
"devDependencies": {
"chai": "^4.3.6",
"ethlint": "^1.2.5",
"mocha": "^9.2.0",
"original-require": "^1.0.1",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.19",
"surya": "^0.4.5",
"truffle": "^5.4.33",
"truffle-security": "^1.7.3"
},
"dependencies": {
"solidity-analyzer": "^1.0.0"
}
}