-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 966 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
{
"name": "weakmap",
"version": "1.0.0",
"description": "面试知识点",
"main": "demo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiudaoermu/weakMap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qiudaoermu/weakMap/issues"
},
"homepage": "https://github.com/qiudaoermu/weakMap#readme",
"devDependencies": {
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.5",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@vue/eslint-config-standard": "^4.0.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.1.0",
"express": "^4.18.1"
},
"dependencies": {
"eslint-plugin-html": "^6.1.0",
"fs-extra": "^10.1.0",
"rc-print": "^1.0.4"
}
}