Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 430 B
{
  "name": "vanilla",
  "version": "1.0.0",
  "description": "A basic vanilla repo for education",
  "main": "index.html",
  "scripts": {
    "test": "npm run dev",
    "lint": "eslint",
    "lint:fix": "npm run lint -- --fix"
  },
  "author": "subliminalguy",
  "license": "ISC",
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb": "^19.0.4",
    "globals": "^15.14.0"
  }
}