代码完成,初次提交
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "favicon-trap",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types": "typing/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://git.iemmp.com/yizhi/favicon-trap.git"
|
||||
},
|
||||
"keywords": [
|
||||
"favicon",
|
||||
"trap",
|
||||
"fav",
|
||||
"ico",
|
||||
"shortcut",
|
||||
"icon"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.12.10",
|
||||
"@types/request": "^2.48.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "^2.88.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user