-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
42
43
44
45
46
47
{
"name": "@sim-phi/extends",
"version": "0.3.4",
"description": "Third-party chart format conversion functions for sim-phi.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"eslint:check": "eslint --ext .js,.ts src",
"eslint:format": "eslint --fix \"src/**/*.{js,ts}\""
},
"repository": {
"type": "git",
"url": "https://github.com/sim-phi/extends.git"
},
"keywords": [
"sim-phi",
"phigros"
],
"author": "lchzh3473",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/sim-phi/extends/issues"
},
"homepage": "https://github.com/sim-phi/extends",
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-rulesdir": "^0.2.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.3"
},
"files": [
"dist"
],
"publishConfig": {
"@sim-phi:registry": "https://npm.pkg.github.com"
}
}