{ "ignore": [ "README.md", ".gitignore" ], "commands": { "Compile": "truffle compile", "Migrate": "truffle migrate", "Test contracts": "truffle test", "Run dev server": "npm run dev" }, "hooks": { "post-unpack": "npm install" } }