@aldabil/next-progress
Version:
Probably the easiest progress bar/skeleton for Next.js
26 lines (25 loc) • 529 B
JSON
{
"name": "@aldabil/next-progress",
"version": "0.0.4",
"description": "Probably the easiest progress bar/skeleton for Next.js",
"main": "dist/index.js",
"files": [
"/dist/**/*"
],
"scripts": {
"clean": "del ./dist",
"tsc": "npm run clean && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/aldabil21/next-progress.git"
},
"keywords": [
"Nextjs",
"progress",
"loader",
"skeleton"
],
"author": "Aldabil",
"license": "MIT"
}