-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 986 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
42
{
"name": "iconfont-auto-import",
"version": "1.0.7",
"description": "iconfont auto import based on puppeteer",
"author": "chenjiezi <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/chenjiezi/iconfont-auto-import#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/chenjiezi/iconfont-auto-import.git"
},
"bugs": {
"url": "https://github.com/chenjiezi/iconfont-auto-import/issues"
},
"keywords": [
"puppeteer",
"iconfont",
"nodejs"
],
"files": [
"dist",
"demo.gif"
],
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"release": "bumpp",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"compressing": "^1.6.2",
"puppeteer": "^15.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@types/node": "^18.11.5",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"typescript": "^4.8.4"
}
}