-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1015 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
36
37
38
39
40
41
{
"name": "@livesession/sdk",
"version": "1.1.4",
"description": "Add a LiveSession script to your site even easier with our SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"watch": "tsc -w",
"build": "tsc",
"test": "NODE_ENV=production jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livesession/livesession-sdk.git"
},
"keywords": [
"livesession",
"livesession sdk",
"livesession plugin"
],
"author": "LiveSession <[email protected]>",
"contributors": [
{
"name": "Mateusz Gruźla",
"email": "[email protected]",
"url": "https://github.com/SkowyrnyMG"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/livesession/livesession-sdk/issues"
},
"homepage": "https://livesession.io/",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}