@liveblocks/node
Advanced tools
Comparing version 0.19.0 to 0.19.1-test1
{ | ||
"name": "@liveblocks/node", | ||
"version": "0.19.0", | ||
"version": "0.19.1-test1", | ||
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.", | ||
@@ -23,8 +23,8 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"dev": "tsup --watch --onSuccess ../../scripts/build.sh", | ||
"build": "tsup && ../../scripts/build.sh", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"lint": "eslint src/", | ||
"test": "jest --silent --verbose", | ||
"test:watch": "jest --silent --verbose --watch" | ||
"test": "jest --silent --verbose --color=always", | ||
"test:watch": "jest --silent --verbose --color=always --watch" | ||
}, | ||
@@ -31,0 +31,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7001
4
123