mirror of https://github.com/LostLuma/Mousey.git
Move JS tools to root directory
This commit is contained in:
parent
817657fc84
commit
e1f332d632
|
@ -7,6 +7,12 @@ updates:
|
|||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
- directory: "/"
|
||||
package-ecosystem: "npm"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
|
||||
# Service dependencies
|
||||
- directory: "/packages/api"
|
||||
package-ecosystem: "pip"
|
||||
schedule:
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "mousey",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
"prettier": "^2.2.1"
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
|
||||
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"prettier": "bin-prettier.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"prettier": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
|
||||
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "mousey",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SnowyLuma/Mousey.git"
|
||||
},
|
||||
"author": "Lilly Rose Berner <lilly@snowyluma.dev> (https://snowyluma.dev)",
|
||||
"license": "AGPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/SnowyLuma/Mousey/issues"
|
||||
},
|
||||
"homepage": "https://github.com/SnowyLuma/Mousey#readme",
|
||||
"devDependencies": {
|
||||
"prettier": "^2.2.1"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue