-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.39 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.39 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@knfs-tech/bamimi-cli",
"version": "1.0.9",
"description": "Command line of Bamimi framework",
"bin": {
"bamimi-cli": "./bin/cli.js"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "jest --runInBand --force-exit --detectOpenHandles"
},
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/knfs-library/bamimi-cli.git"
},
"keywords": [
"bamimi",
"cli",
"knfs",
"bamimi",
"framework",
"web framework"
],
"author": "Kent Phung",
"license": "MIT",
"bugs": {
"url": "https://github.com/knfs-library/bamimi-cli/issues"
},
"homepage": "https://bamimi.github.io",
"devDependencies": {
"babel-jest": "^29.7.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"esm": "^3.2.25",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jest": "^29.7.0",
"mock-fs": "^5.5.0",
"mock-require": "^3.0.3",
"sinon": "^20.0.0"
},
"dependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@inquirer/prompts": "^7.5.1",
"adm-zip": "^0.5.16",
"axios": "^1.9.0",
"commander": "^13.0.0",
"cross-spawn": "^7.0.3",
"esbuild": "^0.25.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"inquirer": "^12.6.1",
"javascript-obfuscator": "^4.1.1",
"module-alias": "^2.2.3"
}
}