-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
44
45
46
47
48
49
50
51
{
"name": "controla",
"version": "0.2.1",
"description": "Control everythings",
"keywords": [
"abort",
"AbortController",
"AbortSignal",
"timeout",
"promise",
"async function",
"single flight"
],
"license": "UNLICENSE (HTTP://UNLICENSE.ORG/)",
"author": "lbb00",
"repository": {
"type": "git",
"url": "git+https://github.com/lbb00/controla.git"
},
"type": "module",
"main": "./dist/lib.js",
"types": "./dist/lib.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/lib.d.ts",
"default": "./dist/lib.js"
},
"require": {
"types": "./dist/lib.d.cts",
"default": "./dist/lib.cjs"
}
}
},
"scripts": {
"build": "pkgroll build",
"test": "vitest",
"format": "NODE_OPTIONS='--experimental-strip-types' prettier . --write"
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^24.2.0",
"pkgroll": "^2.15.1",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}