-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "@typedly/callback",
"version": "2.0.0",
"author": "wwwdev.io <dev@wwwdev.io>",
"description": "A TypeScript type definitions package for asynchronous and synchronous callback functions of various types.",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@typedly/context": "^1.0.0",
"@typedly/payload": "^1.0.0"
},
"scripts": {
"prepublishOnly": "npm install rimraf && npm run pkg && npm run clean",
"pkg": "npm pkg delete module fesm2022 dependencies",
"clean": "./node_modules/rimraf/dist/esm/bin.mjs ./fesm2022 ./node_modules && npm pkg delete scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typedly/callback.git"
},
"bugs": {
"url": "https://github.com/typedly/callback/issues"
},
"keywords": [
"@typedly",
"@typedly/callback",
"success",
"failure"
],
"funding": [
{
"type": "stripe",
"url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM"
},
{
"type": "revolut",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
}
],
"sideEffects": false
}