-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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": "phx-live-state",
"version": "0.12.1",
"description": "Front end library for live_state",
"main": "build/src/index.js",
"module": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"test": "web-test-runner \"build/**/*test.js\" --node-resolve",
"build": "tsc",
"pretest": "tsc",
"prepublish": "npm run build",
"setup": "npm install && npm run build",
"doc": "typedoc --readme API_README.md src/index.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/launchscout/phx-live-state"
},
"homepage": "https://launchscout.github.io/phx-live-state/",
"author": "Chris Nelson",
"license": "MIT",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@open-wc/testing": "^3.1.6",
"@types/mocha": "^10.0.8",
"@types/sinon-chai": "^3.2.8",
"@web/test-runner": "^0.19",
"@web/test-runner-puppeteer": "^0.17.0",
"fast-json-patch": "^3.1.1",
"quibble": "^0.6.12",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"testdouble": "^3.16.6",
"typedoc": "^0.23.24",
"typescript": "^4.2.2"
},
"dependencies": {
"json-joy": "^11.0",
"phoenix": ">= 1.7",
"reflect-metadata": "^0.1.13",
"subscript": "^7.4.6",
"wc-context": "1.0.0"
}
}