-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.44 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "cloner-js",
"version": "1.1.0",
"description": "Command Line Interface To Clone Github Projects One Time A Big List of Projects One Time",
"main": "cloner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cloner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yazan98/cloner-js.git"
},
"bin": "cloner.js",
"type": "module",
"keywords": [
"git",
"git",
"clone github",
"github repos",
"clone github big list projects",
"list"
],
"author": "Yazan98",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yazan98/cloner-js/issues"
},
"homepage": "https://github.com/Yazan98/cloner-js#readme",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"common-config-webpack-plugin": "^2.0.3",
"eslint": "^7.29.0",
"eslint-config-google": "^0.14.0"
},
"dependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/runtime": "^7.14.6",
"@types/node-fetch": "^2.5.10",
"axios": "^0.21.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"esm": "^3.2.25",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"typescript": "^3.8.3"
}
}