amisa-pagination
Version:
amisa.pagination component of amisa!
46 lines (45 loc) • 1 kB
JSON
{
"name": "amisa-pagination",
"version": "0.0.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"./dist/*"
],
"repository": {
"type": "git",
"url": "https://github.com/Hamed228/amisa.pagination"
},
"bugs": {
"url": "https://github.com/Hamed228/amisa.pagination/issues"
},
"description": "amisa.pagination component of amisa!",
"homepage": "https://amisa.co",
"author": "Hamed Mirsmaeili",
"keywords": [
"javascript",
"typescript",
"amisa",
"amisa.me",
"amisa.co",
"amin system",
"امین سیستم",
"آمیسا",
"آمیسا دات می"
],
"scripts": {
"dev": "tsc --watch --outDir dist",
"build": "vite build",
"lint": "eslint *.ts*"
},
"dependencies": {
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}