{
  "name": "@sxrated/attribute-radio-other",
  "version": "1.1.5",
  "description": "A vanilla javascript library that allows you to show/hide a text input when the 'other' radio button is selected",
  "main": "dist/bundle.js",
  "devDependencies": {
    "rollup": "^4.19.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js",
    "build": "rollup -c ../../rollup.config.js",
    "publish": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digitalsx/sx-rated.git"
  },
  "author": "Joakym Girard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digitalsx/sx-rated/issues"
  },
  "homepage": "https://github.com/digitalsx/sx-rated#readme",
  "type": "module"
}
