-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 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
{
"name": "simsekapi",
"version": "1.0.5",
"description": "Simsek API için oluşturulmuş küçük bir yardımcı modül. | https://api.simsek.biz.tr",
"main": "index.js",
"scripts": {
"build": "npm run lint",
"lint": "eslint ./src",
"test": "mocha"
},
"files": [
"src",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SimsekGrup/simsekapi.git"
},
"keywords": [
"simsekapi",
"namaz vakti api",
"döviz api",
"hava durumu api",
"eczane api",
"burç yorumları api",
"kripto api",
"altın fiyatları api",
"instagram api",
"tvde bugün api",
"tarihte bugün api",
"haber api"
],
"author": "Turkoglu- (Şafak ŞİMŞEK)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SimsekGrup/simsekapi/issues"
},
"homepage": "https://github.com/SimsekGrup/simsekapi#readme",
"dependencies": {
"axios": "^0.26.0"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"mocha": "^10.0.0"
}
}