-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.36 KB
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
43
44
45
46
47
48
49
50
{
"name": "themis",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"backend": "backend",
"test": "test"
},
"scripts": {
"build": "npx tsc",
"prepare": "npm run build",
"prettier-format": "prettier --config .prettierrc '**/*.ts' --write",
"test": "mocha -r ts-node/register 'tests/**/*.ts' --exit --timeout 1000000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhengxunWu1/themis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhengxunWu1/themis/issues"
},
"homepage": "https://github.com/zhengxunWu1/themis#readme",
"dependencies": {
"@chainlink/contracts": "^0.2.2",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.6.0",
"cron": "^1.8.2",
"dotenv": "^10.0.0",
"ethers": "^5.5.1",
"mysql": "^2.18.1",
"python-shell": "^3.0.1",
"reflect-metadata": "^0.1.13",
"server": "^1.0.36",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.40"
},
"devDependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/truffle-upgrades": "^1.10.0",
"@types/mocha": "^9.0.0",
"@types/server": "^1.0.4",
"prettier": "^2.4.1",
"truffle-plugin-verify": "^0.5.18"
}
}