UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@fatcherjs/middleware-aborter",
3 "version": "2.0.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 "devDependencies": {
18 "@fansy/eslint-config": "^1.1.0",
19 "@fansy/prettier-config": "^1.0.0",
20 "@jest/types": "^29.1.2",
21 "@rollup/plugin-node-resolve": "^15.0.0",
22 "@types/jest": "^29.1.2",
23 "@types/node": "^18.8.5",
24 "esbuild": "^0.15.10",
25 "fatcher": "^2.0.0",
26 "jest": "^29.1.2",
27 "jest-fetch-mock": "^3.0.3",
28 "rimraf": "^3.0.2",
29 "rollup": "^2.79.1",
30 "rollup-plugin-dts": "^4.2.3",
31 "rollup-plugin-esbuild": "^4.10.1",
32 "ts-jest": "^29.0.3",
33 "ts-node": "^10.9.1",
34 "typescript": "^4.8.4"
35 },
36 "peerDependencies": {
37 "fatcher": "^2.0.0"
38 },
39 "scripts": {
40 "dev": "rimraf dist && rollup -c rollup.config.ts -w",
41 "build": "rimraf dist && rollup -c rollup.config.ts",
42 "deploy": "pnpm run build && pnpm publish --no-git-check",
43 "test": "jest",
44 "test:cov": "jest --coverage",
45 "eslint": "eslint .",
46 "tsc": "tsc --noEmit",
47 "ci": "npm run eslint && npm run tsc && npm run build && npm run test"
48 }
49}
\No newline at end of file