-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "kuva",
"version": "0.0.4",
"description": "Lightweight and straightforward reactive front-end library.",
"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"dev": "./node_modules/.bin/reload -b -d ./src -p 8080 | ./node_modules/.bin/rollup -c -w",
"build": "NODE_ENV=production rollup -c"
},
"devDependencies": {
"@babel/core": "7.2.0",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2"
},
"resolutions": {
"@babel/preset-env": "7.13.8"
},
"keywords": [
"kuva"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ChristoPy/kuva.git"
},
"author": "Christopher Ribeiro <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChristoPy/kuva/issues"
},
"homepage": "https://github.com/ChristoPy/kuva#readme"
}