-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
44
{
"name": "consolee",
"version": "0.1.12",
"description": "Simple Javascript Console Style",
"main": "dist/consolee.js",
"homepage": "https://lusaxweb.github.io/vuesax/#/",
"repository": "lusaxweb/Consolee",
"scripts": {
"build": "npx webpack --config build/lib/webpack.lib.js",
"p": "npm version patch && npm publish --access public",
"deploy": "npm run build && npm run p"
},
"keywords": [
"console",
"log",
"javascript",
"style",
"consolee",
"library",
"frontend",
"warn",
"error",
"success"
],
"bugs": {
"url": "https://github.com/lusaxweb/Consolee/issues"
},
"author": "ldrovira <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"ts-loader": "^6.2.0",
"typescript": "^3.6.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2",
"webpackbar": "^4.0.0"
}
}