Initialize NPM & Add prettier
This commit is contained in:
parent
3237bf002e
commit
ee54807bb6
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
.idea
|
||||
.git
|
||||
debug.log
|
||||
node_modules
|
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"printWidth": 100
|
||||
}
|
14
package-lock.json
generated
Normal file
14
package-lock.json
generated
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "webui-aria2",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"prettier": {
|
||||
"version": "1.14.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.14.2.tgz",
|
||||
"integrity": "sha512-McHPg0n1pIke+A/4VcaS2en+pTNjy4xF+Uuq86u/5dyDO59/TtFZtQ708QIRkEZ3qwKz3GVkVa6mpxK/CpB8Rg==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
21
package.json
Normal file
21
package.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "webui-aria2",
|
||||
"version": "1.0.0",
|
||||
"description": "The aim for this project is to create the worlds best and hottest interface to interact with aria2.",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"prettier": "^1.14.2"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier -l --config .prettierrc --write \"**/*{js,css}\" \"!**/*.min.{js,css}\" "
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ziahamza/webui-aria2.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ziahamza/webui-aria2/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ziahamza/webui-aria2#readme"
|
||||
}
|
Loading…
Reference in New Issue
Block a user