-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 739 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "somcalendar",
"version": "1.0.0",
"description": "SomCalendar waa maktabad aan ku sameeyey JavaScript, ujeedadeeduna tahay in la abuuro kalandar ama taariikh-tirsi diiradda saaraya xusida taariikhda Soomaalida, xilliyada, iyo waqtiyada muhiimka ah ee bulshada Soomaaliyeed.",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/somcalendar.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adam-Elmi/SomCalendar.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Adam-Elmi/SomCalendar/issues"
},
"homepage": "https://github.com/Adam-Elmi/SomCalendar#readme",
"devDependencies": {
"typescript": "^5.7.3"
}
}