When using versions and letting npm install dedupe the packages, npm audit does not work and it exits with a cryptic error: The server said: Invalid package tree, run npm install to rebuild your package-lock.json
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"name": "@rondo.dev/common",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@rondo.dev/jsonrpc": "file:../jsonrpc",
|
|
"ts-transformer-keys": "^0.3.5"
|
|
},
|
|
"devDependencies": {}
|
|
} |