{
  "name": "sort-alist",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "tsc && npx browserify dist/script.user.js -o dist/bundle.js && mv dist/bundle.js dist/script.user.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/tampermonkey": "^5.0.2",
    "fp-ts": "^2.16.2",
    "io-ts": "^2.2.21",
    "typescript": "^5.4.4"
  },
  "devDependencies": {
    "browserify": "^17.0.0"
  }
}
