-
Notifications
You must be signed in to change notification settings - Fork 135
/
package.json
30 lines (30 loc) · 1001 Bytes
/
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
{
"name": "graphic-walker-home",
"version": "1.0.0",
"description": "![](https://img.shields.io/github/license/kanaries/graphic-walker) ![](https://img.shields.io/npm/v/@kanaries/graphic-walker) ![](https://img.shields.io/github/workflow/status/kanaries/graphic-walker/auto-build.yml)",
"private": true,
"dependencies": {},
"devDependencies": {},
"scripts": {
"build": "yarn workspace @kanaries/graphic-walker build",
"deploy": "yarn workspace playground deploy"
},
"workspaces": {
"packages": ["packages/*"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kanaries/graphic-walker.git"
},
"keywords": ["visualization", "EDA", "data-analysis"],
"author": "Kanaries Data Inc.",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Kanaries/graphic-walker/issues"
},
"resolutions": {
"@types/react": "^18.x",
"@types/react-dom": "^18.x"
},
"homepage": "https://github.com/Kanaries/graphic-walker#readme"
}