{
  "name": "fleet.js",
  "version": "1.2.0",
  "description": "Fleet is a fork of Edom.js, a JavaScript library that allows you to interact with DOM.",
  "main": "dist/fleet.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "copy": "cp src/fleet.js dist/fleet.js",
    "minify": "npx terser --compress passes=2 --mangle -o dist/fleet.min.js --source-map \"filename=dist/fleet.min.js.map,includeSources,url=fleet.min.js.map\" src/fleet.js",
    "build": "npm-run-all --aggregate-output --parallel copy minify"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/RivoLink/fleet.git"
  },
  "keywords": [
    "Fleet",
    "DOM",
    "JavaScript",
    "library",
    "vanilla"
  ],
  "author": "Rivo Link",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/RivoLink/fleet/issues"
  },
  "homepage": "https://github.com/RivoLink/fleet#readme",
  "devDependencies": {
    "npm-run-all2": "^6.2.2",
    "terser": "^5.31.6"
  }
}
