{ "name": "has-prepublish-script", "version": "1.0.0", "scripts": { "prepublish": "node -e \"console.log('prepublish')\" | test-ipc-server-client ./test.sock", "postpublish": "node -e \"console.log('postpublish')\" | test-ipc-server-client ./test.sock" } }