-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "liveviewjs-monorepo",
"version": "0.4.3",
"description": "LiveViewJS brings the power of LiveView to Typescript and Javascript developers and applications.",
"workspaces": [
"docs",
"packages/core",
"packages/deno",
"packages/examples",
"packages/express",
"packages/gen",
"apps/liveviewjs.com",
"apps/lambda-examples"
],
"keywords": [
"liveviewjs",
"liveview",
"phoenix",
"typescript",
"javascript"
],
"author": "Donnie Flood <[email protected]>",
"license": "MIT",
"scripts": {
"format": "turbo run format",
"test": "turbo run test",
"dist": "turbo run dist",
"publish": "turbo run publish",
"cs": "changeset",
"cs:version": "changeset version",
"cs:publish": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.23.1",
"@types/node": "^17.0.23",
"prettier": "^2.5.1",
"ts-node": "^10.7.0",
"turbo": "^1.4.3",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=8.5.0",
"node": ">=17.8.0"
}
}