-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 1.03 KB
/
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
{
"name": "eosdac_contracts",
"version": "1.0.0",
"description": "[eosDAC Smart Contracts Explained](https://eosdac.io/tools/smart-contracts-explained/)",
"main": "index.js",
"scripts": {
"build": "lamington build",
"test": "lamington test",
"start": "lamington start eos",
"stop": "lamington stop eos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eosdac/eosdac_contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eosdac/eosdac_contracts/issues"
},
"homepage": "https://github.com/eosdac/eosdac_contracts#readme",
"devDependencies": {
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"eosjs": "^20.0.0",
"eosjs-ecc": "^4.0.4",
"lamington": "^1.0.0-alpha.5",
"typescript": "^3.6.3"
},
"dependencies": {
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "^7.1.2",
"@types/chai-datetime": "0.0.33",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.5.0",
"typescript-logging": "^0.6.3"
}
}