-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 914 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 914 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
{
"name": "javascript-widgets",
"version": "1.0.0",
"description": "JavaScript Widgets",
"main": "index.js",
"scripts": {
"run-container": "cp -R widgets/Container/assets dist/assets && parcel serve widgets/Container/index.html",
"run-chat": "cp -R widgets/Chat/assets dist/assets && parcel serve widgets/Chat/index.html",
"build": "parcel build widgets/Container/Container.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piyush-multiplexer/javascript-widgets.git"
},
"keywords": [
"widgets",
"javascript-widgets"
],
"author": "piyush-multiplexer <thesourcepedia@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/piyush-multiplexer/javascript-widgets/issues"
},
"homepage": "https://github.com/piyush-multiplexer/javascript-widgets#readme",
"dependencies": {
"parcel": "^2.0.0",
"vite": "^2.6.13"
}
}