We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30770f commit dc49410Copy full SHA for dc49410
1 file changed
package.json
@@ -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