forked from erolkaftanoglu/topluluk-rehberi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 984 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
{
"name": "topluluk-rehberi",
"version": "1.0.0",
"description": "Çevremizde birçok topluluk bulunuyor ve harika işler yapıyorlar. Çoğu zaman onların farkına bile varamıyoruz. Bu reponun amacı bu toplulukları listeleyerek güncel bir kaynak oluşturmak ve geliştiricilerin bu toplulukları keşfetmesine yardım etmek.",
"main": "src/build.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node src/build.js",
"convert": "node src/convert.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yusufcakmak/topluluk-rehberi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yusufcakmak/topluluk-rehberi/issues"
},
"homepage": "https://github.com/yusufcakmak/topluluk-rehberi#readme",
"dependencies": {
"@actions/io": "^1.0.2",
"js-yaml": "^3.13.1",
"slugify": "^1.3.6"
}
}