-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) 路 1.46 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) 路 1.46 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
{
"name": "alien-deepsignals",
"version": "0.4.3",
"private": false,
"author": "CCherry07",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"description": "AlienDeepSignals 馃Ф -alien signals, but using regular JavaScript objects",
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage",
"dev": "tsup --watch src",
"build": "tsup",
"release": "bumpp && npm run build && npm publish --registry=https://registry.npmjs.org/"
},
"dependencies": {
"alien-signals": "^3.2.1"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@vitest/coverage-v8": "^4.1.8",
"bumpp": "^11.1.0",
"tsup": "^8.3.5",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CCherry07/alien-deepsignals.git"
},
"keywords": [
"signal",
"signals",
"deepsignals",
"alien-signals",
"alien-deepsignals"
],
"bugs": {
"url": "https://github.com/CCherry07/alien-deepsignals/issues"
},
"homepage": "https://github.com/CCherry07/alien-deepsignals#readme",
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}