{ "name": "nuxt-timings", "version": "0.2.0", "description": "Timings integration for Nuxt", "keywords": [ "nuxt", "module", "nuxt-module", "timings", "performance" ], "repository": "danielroe/nuxt-timings-module", "license": "MIT", "exports": { ".": "./dist/index.js", "./package.json": "./package.json", "./templates/*": "./dist/templates/*.js", "./dist/runtime": "./dist/runtime.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "siroc build", "dev": "nuxt example", "lint": "eslint --ext .js,.ts,.vue", "lint:all": "yarn lint .", "prepare": "husky install && yarn build", "prepublishOnly": "yarn test", "release": "yarn build && yarn test && release-it", "test": "yarn lint && yarn build && yarn jest" }, "dependencies": { "@nuxt/kit": "0.6.4", "chalk": "4.1.2", "consola": "2.15.3", "pathe": "0.3.0" }, "devDependencies": { "@babel/plugin-transform-runtime": "7.18.5", "@babel/preset-env": "7.18.2", "@babel/preset-typescript": "7.17.12", "@nuxt/test-utils": "0.2.2", "@nuxt/types": "2.15.8", "@nuxt/typescript-build": "2.1.0", "@nuxtjs/eslint-config-typescript": "10.0.0", "@release-it/conventional-changelog": "5.0.0", "@types/jest": "28.1.8", "babel-eslint": "latest", "babel-jest": "28.1.3", "eslint": "8.17.0", "husky": "8.0.1", "jest": "28.1.3", "lint-staged": "13.0.2", "nuxt-edge": "2.16.0-27358576.777a4b7f", "release-it": "15.0.0", "siroc": "0.16.0", "ts-loader": "8.3.0" }, "peerDependencies": { "chalk": "^3.0.0 || ^4.0.0", "consola": "^2.15.0", "prettier": "^2.1.2" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14" }, "volta": { "node": "16.15.1" } }