-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.03 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
45
46
47
48
{
"name": "peasy-js",
"version": "2.3.0",
"description": "A business logic micro-framework for javascript",
"main": "dist/peasy.js",
"types": "dist/peasy.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "node ./node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peasy/peasy-js.git"
},
"keywords": [
"middle tier",
"middle",
"tier",
"framework",
"business",
"layer",
"middle tier framework",
"business layer",
"business logic",
"rules engine",
"rules",
"peasy-js",
"peasy"
],
"author": "Aaron Hanusa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/peasy/peasy-js/issues"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"babel-loader": "^9.1.3",
"install": "^0.13.0",
"jasmine": "^5.2.0",
"npm": "^10.8.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}