forked from halituzan/tdk-all-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 822 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
31
32
33
34
35
{
"name": "tdk-all-api",
"version": "1.0.0",
"description": "Türk dil kurumunun tüm sözlüklerini kapsayacak bir modüldür.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halituzan/tdk-all-api.git"
},
"keywords": [
"tdk",
"tdk-api",
"tdk api",
"Türk Dil Kurumu",
"Türkçe Api",
"Turkis Api",
"Turkish word api"
],
"author": {
"name": "Halit Uzan",
"url": "https://halituzan.github.io",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/halituzan/tdk-all-api/issues"
},
"homepage": "https://github.com/halituzan/tdk-all-api#readme",
"dependencies": {
"axios": "^0.27.2"
}
}