contential
Advanced tools
Comparing version 0.0.0-beta to 0.0.0-test
{ | ||
"name": "contential", | ||
"version": "0.0.0-beta", | ||
"description": "", | ||
"main": "index.js", | ||
"author": "Marcel Thomas", | ||
"version": "0.0.0-test", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"private": false, | ||
"dependencies": { | ||
"@contential/chat": "0.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.1", | ||
"tsup": "^7.1.0", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.1.6", | ||
"eslint-config-custom": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"license": "MIT", | ||
"private": false | ||
} | ||
"dev": "tsup src/index.ts --dts --watch", | ||
"clean": "rimraf dist", | ||
"build": "npm-run-all clean build:main", | ||
"build:main": "tsup src/index.ts --format cjs,esm --dts", | ||
"lint": "eslint \"**/*.ts*\"" | ||
} | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
4577
9
82
2
0
1
8
2
+ Added@contential/chat@0.0.0
+ Added@contential/chat@0.0.0(transitive)