-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 991 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": "@aplazame/browser",
"version": "0.1.18",
"description": "Aplazame SDK for browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"demo": "vite -c ./demo/vite.config.js",
"prepublish": "npm run build",
"esbuild": "esbuild ./lib/* --outdir=./dist --format=cjs",
"build": "tsc --project tsconfig.json",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aplazame/browser-sdk.git"
},
"keywords": [
"aplazame",
"iframe"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aplazame/browser-sdk/issues"
},
"homepage": "https://github.com/aplazame/browser-sdk#readme",
"devDependencies": {
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5",
"@types/jest": "^29.5.2",
"esbuild": "^0.17.8",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"vite": "^5.4.10"
}
}