UNPKG

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