-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 814 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
33
34
35
36
37
{
"name": "hyperbox-js",
"version": "1.0.31",
"description": "A JavaScript UI framework",
"main": "index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "npx webpack"
},
"keywords": [
"hyperbox",
"hyperbox-js",
"JavaScript",
"framework"
],
"author": "Alessandro Alberga",
"license": "ISC",
"repository": {
"type": "git",
"utl": "https://github.com/alpha-nero1/BoxJS"
},
"bugs": {
"url": "https://github.com/alpha-nero1/BoxJS/issues"
},
"dependencies": {
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"path": "^0.12.7"
},
"devDependencies": {
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}