UNPKG

local-fake-api

Version:

A simple async local mock API without backend.

27 lines (26 loc) 516 B
{ "name": "local-fake-api", "version": "0.0.7", "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", "web", "browser", "async", "api", "mock", "fake", "dummy", "prototype" ], "author": "Kevin Wei", "license": "MIT", "devDependencies": { "typescript": "^5.1.6" } }