{
  "name": "test-keywords",
  "version": "0.0.22",
  "description": "Testing npm keywords that change between versiosn",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "don't"
  ],
  "author": "Pat Lillis",
  "license": "MIT"
}
