|
1 | | -{ |
2 | | - "name": "scarlett", |
3 | | - "type": "module", |
4 | | - "version": "2.0.1", |
5 | | - "description": "A rest client library that actually covers high complexity scenarios...for real!", |
6 | | - "browser": "lib/index.umd.js", |
7 | | - "module": "lib/index.js", |
8 | | - "types": "lib/index.d.ts", |
9 | | - "scripts": { |
10 | | - "test": "vitest run", |
11 | | - "test-watch": "vitest watch", |
12 | | - "coverage": "vitest run --coverage", |
13 | | - "build": "rollup --config", |
14 | | - "build-es3": "rollup --config --es3", |
15 | | - "build-es6": "rollup --config --es6", |
16 | | - "docs-build-tsdoc": "typedoc", |
17 | | - "docs-build": "vitepress build docs", |
18 | | - "docs-dev": "vitepress dev docs", |
19 | | - "docs-preview": "vitepress preview docs", |
20 | | - "bump": "bumpp" |
21 | | - }, |
22 | | - "files": [ |
23 | | - "lib", |
24 | | - "readme.md", |
25 | | - "license" |
26 | | - ], |
27 | | - "engines": { |
28 | | - "node": ">= 16.15 <19" |
29 | | - }, |
30 | | - "exports": { |
31 | | - ".": "./lib/index.js" |
32 | | - }, |
33 | | - "author": "Micene09 <giovanni.contino09@gmail.com>", |
34 | | - "license": "MIT", |
35 | | - "repository": { |
36 | | - "type": "git", |
37 | | - "url": "git://github.com/Micene09/scarlett.git" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
41 | | - "@rollup/plugin-typescript": "^11.1.2", |
42 | | - "@types/node": "^20.4.0", |
43 | | - "@types/node-fetch": "^2.6.4", |
44 | | - "@vitest/coverage-c8": "^0.33.0", |
45 | | - "bumpp": "^9.1.1", |
46 | | - "fastify": "^4.19.2", |
47 | | - "rollup": "^3.26.2", |
48 | | - "rollup-plugin-terser": "^7.0.2", |
49 | | - "rollup-plugin-typescript2": "^0.35.0", |
50 | | - "tslib": "^2.6.0", |
51 | | - "typedoc": "^0.24.8", |
52 | | - "typedoc-plugin-markdown": "^3.15.3", |
53 | | - "typescript": "^5.1.6", |
54 | | - "vitepress": "^1.0.0-beta.5", |
55 | | - "vitest": "^0.33.0" |
56 | | - }, |
57 | | - "keywords": [ |
58 | | - "rest", |
59 | | - "typed", |
60 | | - "client", |
61 | | - "xhr", |
62 | | - "http", |
63 | | - "ajax", |
64 | | - "promise", |
65 | | - "node", |
66 | | - "fetch", |
67 | | - "typescript", |
68 | | - "class", |
69 | | - "library", |
70 | | - "zero dependencies" |
71 | | - ], |
72 | | - "packageManager": "yarn@3.5.1" |
| 1 | +{ |
| 2 | + "name": "scarlett", |
| 3 | + "type": "module", |
| 4 | + "version": "2.0.2", |
| 5 | + "description": "A rest client library that actually covers high complexity scenarios...for real!", |
| 6 | + "browser": "lib/index.umd.js", |
| 7 | + "module": "lib/index.js", |
| 8 | + "types": "lib/index.d.ts", |
| 9 | + "scripts": { |
| 10 | + "test": "vitest run", |
| 11 | + "test-watch": "vitest watch", |
| 12 | + "coverage": "vitest run --coverage", |
| 13 | + "build": "rollup --config", |
| 14 | + "build-es3": "rollup --config --es3", |
| 15 | + "build-es6": "rollup --config --es6", |
| 16 | + "docs-build-tsdoc": "typedoc", |
| 17 | + "docs-build": "vitepress build docs", |
| 18 | + "docs-dev": "vitepress dev docs", |
| 19 | + "docs-preview": "vitepress preview docs", |
| 20 | + "bump": "bumpp" |
| 21 | + }, |
| 22 | + "files": [ |
| 23 | + "lib", |
| 24 | + "readme.md", |
| 25 | + "license" |
| 26 | + ], |
| 27 | + "engines": { |
| 28 | + "node": ">= 16.15 <19" |
| 29 | + }, |
| 30 | + "exports": { |
| 31 | + ".": "./lib/index.js" |
| 32 | + }, |
| 33 | + "author": "Micene09 <giovanni.contino09@gmail.com>", |
| 34 | + "license": "MIT", |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git://github.com/Micene09/scarlett.git" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@rollup/plugin-node-resolve": "^15.1.0", |
| 41 | + "@rollup/plugin-typescript": "^11.1.2", |
| 42 | + "@types/node": "^20.4.0", |
| 43 | + "@types/node-fetch": "^2.6.4", |
| 44 | + "@vitest/coverage-c8": "^0.33.0", |
| 45 | + "bumpp": "^9.1.1", |
| 46 | + "fastify": "^4.19.2", |
| 47 | + "rollup": "^3.26.2", |
| 48 | + "rollup-plugin-terser": "^7.0.2", |
| 49 | + "rollup-plugin-typescript2": "^0.35.0", |
| 50 | + "tslib": "^2.6.0", |
| 51 | + "typedoc": "^0.24.8", |
| 52 | + "typedoc-plugin-markdown": "^3.15.3", |
| 53 | + "typescript": "^5.1.6", |
| 54 | + "vitepress": "^1.0.0-beta.5", |
| 55 | + "vitest": "^0.33.0" |
| 56 | + }, |
| 57 | + "keywords": [ |
| 58 | + "rest", |
| 59 | + "typed", |
| 60 | + "client", |
| 61 | + "xhr", |
| 62 | + "http", |
| 63 | + "ajax", |
| 64 | + "promise", |
| 65 | + "node", |
| 66 | + "fetch", |
| 67 | + "typescript", |
| 68 | + "class", |
| 69 | + "library", |
| 70 | + "zero dependencies" |
| 71 | + ], |
| 72 | + "packageManager": "yarn@3.5.1" |
73 | 73 | } |
0 commit comments