-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
{
"name": "mini-framework-z01",
"version": "1.0.22",
"description": "Mini Framework is designed to provide a simple yet powerful approach to building web applications with minimal overhead.",
"main": "dist/mini-framework-z01.js",
"module": "src/mini-framework-z01.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"events",
"event-handling",
"dom-events",
"pubsub"
],
"authors": [
"fihry",
"obenali",
"oaitbenh",
"ielharra"
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.27.0",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"jest": "^27.0.0"
},
"browserslist": "> 0.25%, not dead"
}