-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "emittor",
"version": "0.2.0-beta.2",
"description": "State Management using custom hook without Wrapping components using Providers",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/programming-with-ia/emittor.git"
},
"bugs": {
"url": "https://github.com/programming-with-ia/emittor/issues"
},
"homepage": "https://github.com/programming-with-ia/emittor#readme",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"keywords": [
"next",
"nextjs",
"next js",
"react",
"emittor",
"signal",
"redux",
"state manager",
"react state manager",
"nextjs state manager",
"state management"
],
"author": "immi",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
}
}