minimal-swap-poc/package.json

23 lines
441 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": {
"@openzeppelin/contracts": "^3.3.0",
2021-01-18 11:24:23 +00:00
"lite-server": "^2.3.0"
2021-01-19 03:42:31 +00:00
},
"dependencies": {
"@openzeppelin/test-helpers": "^0.5.10"
2021-01-18 11:24:23 +00:00
}
}