mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix: unplug node-gyp based deps (#637)
This commit is contained in:
17
package.json
17
package.json
@@ -40,5 +40,22 @@
|
||||
"optionalDependencies": {
|
||||
"@types/newrelic": "^9.13.0",
|
||||
"newrelic": "^10.1.2"
|
||||
},
|
||||
"dependenciesMeta": {
|
||||
"@contrast/fn-inspect@3.3.1": {
|
||||
"unplugged": true
|
||||
},
|
||||
"@newrelic/native-metrics@9.0.0": {
|
||||
"unplugged": true
|
||||
},
|
||||
"cbor-extract@2.1.1": {
|
||||
"unplugged": true
|
||||
},
|
||||
"microtime@3.1.1": {
|
||||
"unplugged": true
|
||||
},
|
||||
"sqlite3@5.1.6": {
|
||||
"unplugged": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user