-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 891 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 891 Bytes
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": "optimove-websdk",
"scripts": {
"prepare": "husky install",
"build-prod": "build-prod-esm-cjs"
},
"dependencies": {
"@naturalcycles/js-lib": "^14.153.2",
"tslib": "^2.5.2"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^13.25.8",
"@naturalcycles/frontend-lib": "^4.0.0",
"@types/node": "^20.2.3"
},
"files": [
"dist",
"dist-esm"
],
"main": "dist/index.js",
"module": "dist-esm/index.js",
"types": "dist/index.d.ts",
"sideEffects": [
"./dist-esm/vendor/sdk.js"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/NaturalCycles/optimove-websdk"
},
"engines": {
"node": ">=18.12.0"
},
"version": "1.2.2",
"description": "Optimove WebSDK for humans",
"author": "Natural Cycles Team",
"license": "MIT"
}