@syhr/dga-charts 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@syhr/dga-charts",
3
+ "version": "1.0.0",
4
+ "description": "DGA transformer dissolved gas analysis charts",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.js",
11
+ "require": "./dist/index.cjs"
12
+ }
13
+ },
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
17
+ "types": "./dist/index.d.ts",
18
+ "files": [
19
+ "dist",
20
+ "README.md"
21
+ ],
22
+ "homepage": "https://shr.dga-chart.ccwu.cc/",
23
+ "keywords": [
24
+ "dga",
25
+ "油中溶解气体分析",
26
+ "油色谱",
27
+ "diagnosis"
28
+ ],
29
+ "author": "syhr",
30
+ "license": "MIT",
31
+ "scripts": {
32
+ "build": "vite build",
33
+ "dev": "vite build --watch"
34
+ },
35
+ "devDependencies": {
36
+ "vite": "^5.0.0",
37
+ "vite-plugin-dts": "^3.0.0"
38
+ }
39
+ }