-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 828 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 828 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
{
"name": "360learning-plugin-client-sdk",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc --project tsconfig.build.json && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@microsoft/api-extractor": "^7.55.0",
"eslint": "^9.38.0",
"globals": "^16.4.0",
"happy-dom": "^20.0.8",
"jiti": "^2.6.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"unplugin-dts": "^1.0.0-beta.0",
"vite": "^7.1.7",
"vitest": "^4.0.3"
},
"dependencies": {}
}