-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "@vstudio/vital",
"version": "1.0.0",
"author": "ᴏᴠ <crazynuggets@outlook.com> (https://github.com/ov-studio)",
"private": false,
"license": "GPL-3.0",
"description": "Lightweight yet Efficient JavaScript UI Framework",
"homepage": "https://github.com/ov-studio/Vital.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ov-studio/Vital.js.git"
},
"bugs": {
"url": "https://github.com/ov-studio/Vital.js/issues"
},
"keywords": [
"ov",
"vstudio",
"web-dev",
"networkify",
"vital",
"library",
"framework",
"frontend",
"networking",
"lightweight",
"interface",
"spa"
],
"main": "./src/importer",
"scripts": {
"debug": "node ./debug",
"build": "webpack"
},
"dependencies": {
"@vstudio/vital.network": "1.0.1"
},
"devDependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}