I got it to work by copying the file properties.lua at Github, from one of your other mods into this one, and changed a line in data.lua to point to it.
(Also changed local variable name to reduce confusion.)
code:
-- local properties = require("minimal-no-base-mod.properties")
local myProperties = require("properties")
And now to disable all the sounds the character makes. :)