-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 951 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 951 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": "reactor",
"version": "0.0.0",
"description": "Reactive state manager based on Flutter Bloc library",
"private": true,
"scripts": {
"build": "npm run build --ws",
"release": "changeset",
"publish": "npm run build --ws && changeset publish",
"docs": "npm run docs --ws",
"docs:publish": "npm run docs:publish --ws",
"format": "npm run format --ws",
"lint": "npm run lint --ws",
"test": "npm run test --ws"
},
"workspaces": [
"packages/*"
],
"keywords": [
"typescript",
"svelte",
"state",
"manager",
"reactivity",
"store",
"flutter",
"bloc",
"reactor-svelte"
],
"author": "web-pacotes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/web-pacotes/reactor.git"
},
"bugs": {
"url": "https://github.com/web-pacotes/reactor/issues"
},
"homepage": "https://github.com/web-pacotes/reactor#readme"
}