-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 933 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
31
32
33
34
35
{
"name": "solid-plotly.js-monorepo",
"description": "A plotly.js SolidJS component from Plotly",
"license": "MIT",
"author": "ralphsmith80",
"contributors": [],
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ralphsmith80/solid-plotly.js.git"
},
"homepage": "https://github.com/ralphsmith80/solid-plotly.js#readme",
"bugs": {
"url": "https://github.com/ralphsmith80/solid-plotly.js/issues"
},
"scripts": {
"dev": "pnpm -r run dev",
"dev:all": "concurrently \"pnpm --filter solid-plotly.js build:watch\" \"pnpm --filter demo dev\"",
"build": "pnpm -r run build",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
"format": "pnpm -r run format"
},
"devDependencies": {
"concurrently": "^8.2.2"
},
"keywords": [
"solid"
],
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=9.0.0"
}
}