-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "statesio",
"version": "1.0.12",
"description": "State manager.",
"author": "Firat Kiral",
"license": "MIT",
"keywords": [
"state",
"connect",
"evaluation",
"property",
"observable",
"listener",
"signal",
"callback"
],
"main": "dist/statesio.js",
"types": "dist/statesio.d.ts",
"module": "dist/statesio.module.js",
"files": [
"dist/*",
"examples/**/*"
],
"scripts": {
"build": "node build.js"
},
"dependencies": {},
"devDependencies": {
"fs-extra": "^10.0.0",
"typescript": "^4.3.4",
"copy-webpack-plugin": "^10.2.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firatkiral/statesio.git"
},
"bugs": {
"url": "https://github.com/firatkiral/statesio/issues"
},
"homepage": "https://github.com/firatkiral/statesio#readme"
}