{
  "name": "skele",
  "version": "1.0.0",
  "description": "",
  "main": "config.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "tsc",
    "build": "nodemon --watch src/ -e ts --exec ts-node ./src/index.ts"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@nuxt/types": "^2.17.1",
    "@types/js-cookie": "^3.0.5",
    "@types/lodash": "^4.14.199",
    "ts-loader": "8.4.0",
    "typescript": "^5.2.2",
    "webpack": "4.47",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.15.1"
  },
  "dependencies": {
    "@nuxt/kit": "3.7.3"
  }
}
