-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "r-box",
"description": "r-box is an initiative to create a web component to host your HTML and add reactivity to it.",
"version": "0.0.3",
"main": "index.ts",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"rollup": "^2.77.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranjanngc/r-box.git"
},
"keywords": [
"d-box",
"dbox",
"reactive",
"web",
"component"
],
"author": "Ranjan Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/ranjanngc/r-box/issues"
},
"homepage": "https://github.com/ranjanngc/r-box#readme"
}