-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 KB
/
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
42
43
44
45
46
{
"name": "autolog.js",
"version": "3.0.0",
"description": "轻量化的小弹窗",
"main": "./dist/autolog.cjs.js",
"type": "module",
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/auto-plugin/autolog.js.git"
},
"files": [
"dist/*",
"autolog.svg",
"LICENSE",
"README.md"
],
"homepage": "https://auto-plugin.github.io/index/autolog.js/",
"scripts": {
"cleanCSS": "node ./src/minify.js",
"dev": "rolldown -c ./rolldown.config.dev.ts --watch",
"vnr": "vnr",
"build": "tsc --emitDeclarationOnly && node ./src/minify.js && rolldown -c ./rolldown.config.ts"
},
"keywords": [
"toast",
"autolog.js"
],
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/node": "^20.2.1",
"clean-css": "^5.3.3",
"jquery": "^3.7.1",
"lint-staged": "^10",
"rolldown": "1.0.0-beta.1",
"rollup-plugin-banner2": "^1.3.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"tsc-alias": "^1.8.6",
"typescript": "^4.4.4",
"vnr": "^1.0.5"
},
"author": "Larry Zhu",
"license": "MIT"
}