UNPKG

next-debug-suite

Version:

Ultimate Next.js AI-Powered Debug Suite with visual interface and error DNA system

108 lines (107 loc) 2.89 kB
{ "name": "next-debug-suite", "version": "0.1.0-beta.1", "description": "Ultimate Next.js AI-Powered Debug Suite with visual interface and error DNA system", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "docs" ], "scripts": { "dev": "rollup -c -w", "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts,.tsx", "prepublishOnly": "npm run build", "postversion": "git push && git push --tags", "prepare": "npm run build" }, "keywords": [ "nextjs", "debug", "debugging", "development", "error-tracking", "performance-monitoring", "ai-powered", "error-dna", "visual-debugging", "network-monitoring", "state-debugging" ], "author": { "name": "Aman Vats Sharma", "email": "aman95026@gmail.com", "url": "https://github.com/AmanVatsSharma" }, "repository": { "type": "git", "url": "git+https://github.com/AmanVatsSharma/nextjs-debug-suite.git" }, "bugs": { "url": "https://github.com/AmanVatsSharma/nextjs-debug-suite/issues" }, "homepage": "https://github.com/AmanVatsSharma/nextjs-debug-suite", "license": "MIT", "peerDependencies": { "next": ">=13.0.0", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "dependencies": { "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "framer-motion": "^10.12.0", "react-icons": "^5.4.0", "react-syntax-highlighter": "^15.6.1", "source-map": "^0.7.4", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.10" }, "devDependencies": { "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "@babel/preset-react": "^7.22.0", "@babel/preset-typescript": "^7.22.0", "@emotion/babel-plugin": "^11.11.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.0", "@types/node": "^22.10.6", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "babel-jest": "^29.5.0", "eslint": "^8.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.0.0", "typescript": "^5.0.0" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript" ], "plugins": [ "@emotion/babel-plugin" ] }, "publishConfig": { "access": "public" } }