-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 943 Bytes
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
{
"name": "@webreflection/alien-signals",
"version": "0.4.2",
"type": "module",
"main": "index.js",
"module": "index.js",
"exports": {
".": "./index.js",
"./dist": "./dist.js"
},
"scripts": {
"build": "rollup --config ./build.js"
},
"keywords": [
"alien-signals",
"Preact",
"signals",
"reactive",
"reactivity"
],
"author": "Andrea Giammarchi",
"license": "MIT",
"dependencies": {
"alien-signals": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/alien-signals.git"
},
"bugs": {
"url": "https://github.com/WebReflection/alien-signals/issues"
},
"homepage": "https://github.com/WebReflection/alien-signals#readme",
"description": "alien-signals with a Preact signals like API",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.52.5"
}
}