-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
39
40
41
42
43
{
"name": "asset_tokenization",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akhilmantha/Asset-Tokenization.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/akhilmantha/Asset-Tokenization/issues"
},
"homepage": "https://github.com/akhilmantha/Asset-Tokenization#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@truffle/hdwallet-provider": "^2.0.6",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.3.1",
"dotenv": "^16.0.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"path-browserify": "^1.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.1",
"truffle": "^5.5.7",
"util": "^0.12.4",
"web3-provider-engine": "^16.0.3",
"webpack": "^5.72.0"
},
"devDependencies": {
"@webpack-cli/generators": "^2.4.2"
}
}