-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@mirego/houston",
"version": "0.0.3",
"description": "Houston gives you a Task primitive to better handle async actions cancelation and concurrency",
"type": "module",
"files": [
"dist"
],
"main": "./dist/houston.umd.js",
"module": "./dist/houston.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/houston.es.js",
"require": "./dist/houston.umd.js"
}
},
"scripts": {
"build": "tsc && vite build",
"test": "vitest",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^4.1.3",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-dts": "^4.0.2",
"vitest": "^2.0.5"
},
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}