-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "eotc-calendar",
"version": "1.0.0",
"author": "Leone",
"repository": "https://github.com/lgirma/eotc-calendar",
"homepage": "https://github.com/lgirma/eotc-calendar",
"module": "./dist/eotc-calendar.es.js",
"main": "./dist/eotc-calendar.umd.js",
"license": "ISC",
"types": "dist/index.d.ts",
"keywords": [
"ethiopian",
"orthodox",
"church",
"eotc",
"calendar",
"feasts",
"tewahedo",
"easter"
],
"scripts": {
"dev": "vite",
"build": "vite build && tsc --emitDeclarationOnly --project tsconfig.typedec.json",
"preview": "vite preview",
"declaration": "tsc --emitDeclarationOnly --project tsconfig.typedec.json",
"test": "ts-mocha -p ./tsconfig.tests.json 'tests/**/*.ts'"
},
"devDependencies": {
"typescript": "^4.5.4",
"vite": "^2.9.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"ts-mocha": "^9.0.2"
},
"files": [
"dist",
"README.md",
"LICENSE",
"package.json"
]
}