use pnpm
This commit is contained in:
parent
75c414a7de
commit
1369a35065
5 changed files with 2212 additions and 361 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
|
|
@ -4,6 +4,10 @@
|
||||||
"description": "dashboard",
|
"description": "dashboard",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": ".d.ts",
|
"typings": ".d.ts",
|
||||||
|
"scripts": {
|
||||||
|
"preinstall": "npx only-allow pnpm",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"assistants-safe-storage": "^1.0.0",
|
"assistants-safe-storage": "^1.0.0",
|
||||||
"body-parser": "^1.20.0",
|
"body-parser": "^1.20.0",
|
||||||
|
@ -22,9 +26,6 @@
|
||||||
"quick.db": "^7.1.3",
|
"quick.db": "^7.1.3",
|
||||||
"socket.io": "^4.5.1"
|
"socket.io": "^4.5.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.23.0",
|
"eslint": "^8.23.0",
|
||||||
"prettier": "2.7.1"
|
"prettier": "2.7.1"
|
||||||
|
|
1805
pnpm-lock.yaml
Normal file
1805
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -13,6 +13,7 @@
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "npx only-allow pnpm",
|
||||||
"test": "echo \"Error: no test specified\""
|
"test": "echo \"Error: no test specified\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue