-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 922 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
36
37
38
39
40
41
42
43
44
45
{
"name": "eleva",
"version": "0.1.0-alpha",
"description": "Modern Lightweight Frontend Framework",
"main": "./src/index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"modern",
"frontend",
"framework",
"lightweight",
"fast",
"ui",
"components",
"speed",
"performance"
],
"author": {
"name": "Tarek Raafat",
"email": "tarek.m.raafat@gmail.com",
"url": "https://www.tarekraafat.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TarekRaafat/eleva.git"
},
"bugs": {
"url": "https://github.com/TarekRaafat/eleva/issues",
"email": "tarek.m.raafat@gmail.com"
},
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}