-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·34 lines (34 loc) · 966 Bytes
/
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
{
"name": "timer-abort-controller",
"version": "0.0.3",
"description": "The repo contains a handy class for AbortController interaction",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"release": "npm run build && changeset publish",
"lint": "tsc",
"init-version": "changeset init",
"add-version": "changeset"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IgorrPopov/abort-controller-timer.git"
},
"bugs": {
"url": "https://github.com/IgorrPopov/abort-controller-timer/issues"
},
"homepage": "https://github.com/IgorrPopov/abort-controller-timer#readme",
"author": "Igor Popov",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.10.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}