Skip to content

Commit dc49410

Browse files
authored
Create package.json
1 parent a30770f commit dc49410

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
{
3+
"name": "weibo-sync",
4+
"version": "1.0.0",
5+
"description": "",
6+
"main": "index.js",
7+
"scripts": {
8+
"start": "echo HelloWorld"
9+
},
10+
"keywords": [],
11+
"author": "SimonMa",
12+
"license": "ISC",
13+
"dependencies": {
14+
"axios": "^0.19.2",
15+
"cross-env": "^7.0.0",
16+
"is-image-url": "^1.1.8",
17+
"slimbot": "^4.6.0"
18+
}
19+
}

0 commit comments

Comments
 (0)