{ "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", "lite-server": "^2.3.0" }, "dependencies": { "@openzeppelin/test-helpers": "^0.5.10" } }