minimal-swap-poc/package.json

22 lines
396 B
JSON
Raw Normal View History

2021-01-18 11:24:23 +00:00
{
"name": "pet-shop",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.3.0"
2021-01-19 03:42:31 +00:00
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0"
2021-01-18 11:24:23 +00:00
}
}