-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.9 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@angular-package/signals",
"version": "1.1.0",
"author": "@angular-package <contact@angular-package.dev>",
"description": "A lightweight angular package for the signals store.",
"license": "MIT",
"homepage": "",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"prepublishOnly": "npm install rimraf && npm run pkg && npm run clean",
"pkg": "npm pkg delete dependencies",
"clean": "./node_modules/rimraf/dist/esm/bin.mjs ./node_modules && npm pkg delete scripts"
},
"devDependencies": {
"stylelint": "^15.10.3",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-order": "^6.0.3"
},
"peerDependencies": {
"@angular/common": "^21.1.0",
"@angular/core": "^21.1.0",
"@typedly/signals": "^1.0.0",
"@typedly/store": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-package/signals.git"
},
"bugs": {
"url": "https://github.com/angular-package/signals/issues"
},
"keywords": [
"@angular-package",
"@angular-package/signals",
"SignalsChannel",
"Signals"
],
"funding": [
{
"type": "stripe",
"url": "https://donate.stripe.com/dR614hfDZcJE3wAcMM"
},
{
"type": "Donorbox",
"url": "https://donorbox.org/become-a-sponsor-to-the-angular-package?default_interval=o"
},
{
"type": "Open Collective",
"url": "https://opencollective.com/sterblack"
},
{
"type": "Ko-fi",
"url": "https://ko-fi.com/sterblack"
},
{
"type": "4Fund",
"url": "https://4fund.com/bruubs"
},
{
"type": "paypal",
"url": "https://paypal.me/sterblack"
},
{
"type": "individual",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
}
],
"sideEffects": false
}