local-fake-api
Version:
A simple async local mock API without backend.
31 lines (30 loc) • 603 B
JSON
{
"name": "local-fake-api",
"version": "0.0.16",
"description": "A simple async local mock API without backend.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"local", "storage","indexedDB","idb",
"web", "browser",
"async", "api",
"mock", "fake", "dummy",
"prototype"
],
"author": "Kevin Wei",
"license": "MIT",
"dependencies": {
"dexie": "^4.2.0",
"idb": "^8.0.0"
},
"devDependencies": {
"typescript": "^5.1.6"
}
}