-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "@aventum/hooks",
"version": "1.0.9",
"description": "A universal, lightweight & efficient EventManager/PluginsSystem/MiddlewareManager/ExtendabilitySystem for JavaScript",
"main": "dist/aventum-hooks.js",
"scripts": {
"build": "webpack",
"build:browser": "webpack --env.build=var",
"build:node": "webpack --env.build=umd",
"test": "jest"
},
"author": {
"name": "Mohammed Al-Mahdawi",
"email": "[email protected]",
"url": "https://al-mahdawi.is"
},
"repository": {
"type": "git",
"url": "https://github.com/Aventum-org/hooks"
},
"keywords": [
"hooks",
"plugins-system",
"event-system",
"event-manager",
"middleware-manager"
],
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@wordpress/jest-console": "^3.10.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"jest": "^24.8.0",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
}
}