UNPKG

803 BJSONView Raw
1{
2 "name": "@fatcherjs/middleware-json",
3 "version": "1.8.0",
4 "main": "dist/json.js",
5 "module": "dist/json.esm.js",
6 "browser": "dist/json.min.js",
7 "typings": "dist/json.d.ts",
8 "license": "MIT",
9 "description": "A fatcher middleware for transforming stream into json",
10 "keywords": [
11 "fatcher",
12 "middleware",
13 "json"
14 ],
15 "files": [
16 "dist"
17 ],
18 "homepage": "https://github.com/fatcherjs/fatcher/tree/master/packages/json",
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/fatcherjs/fatcher.git"
22 },
23 "dependencies": {
24 "fatcher": "^1.8.0"
25 },
26 "scripts": {
27 "dev": "rimraf dist && rollup -c rollup.config.ts -w",
28 "build": "rimraf dist && rollup -c rollup.config.ts",
29 "deploy": "pnpm run build && pnpm publish --no-git-check"
30 }
31}
\No newline at end of file