{
  "name": "@oxiwan/tizenadn-mods",
  "version": "1.0.0",
  "description": "ADN mods for TizenBrew",
  "main": "userScript.js",
  "type": "module",
  "scripts": {
    "build": "rollup -c rollup.config.js"
  },
  "author": "Lorenzo",
  "license": "MIT",
  "dependencies": {
    "@babel/preset-env": "^7.22.9",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.3",
    "rollup": "^3.26.2",
    "rollup-plugin-string": "^3.0.0",
    "whatwg-fetch": "^3.6.2"
  }
}