unified-api-nextjs
Version:
Next.js presets for Unified API
42 lines (41 loc) • 908 B
JSON
{
"name": "unified-api-nextjs",
"version": "1.1.3",
"description": "Next.js presets for Unified API",
"author": "Decatur Robotics",
"license": "MIT",
"scripts": {
"build": "tsc & tsc --declaration",
"test": "jest --passWithNoTests",
"lint": "eslint . --max-warnings=0",
"prettier-fix": "prettier --write ./**/*.{js,tsx,jsx,json,ts}",
"prettier-check": "prettier --check ./**/*.{js,tsx,jsx,json,ts}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Decatur-Robotics/npm-package-template.git"
},
"keywords": [
"api",
"next",
"nextjs",
"unified",
"adapter",
"types",
"single",
"mono"
],
"main": "dist/index.js",
"devDependencies": {
"@types/jest": "^29.5.14",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"dependencies": {
"next": "^15.1.2",
"unified-api": "^1.1.4"
}
}