I have too many files in my repository's root. For this reason, I would like to be able to move my personal dictionary to `package.json`. Like this: ```json { "name": "myProject", "dictionary": [ "word1", "word2", "word3", ... ] } ```