@rocket.chat/apps-compiler
Advanced tools
Comparing version 0.0.1 to 0.1.1
{ | ||
"name": "@rocket.chat/apps-compiler", | ||
"version": "0.0.1", | ||
"version": "0.1.1", | ||
"description": "The Rocket.Chat apps compiler", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -10,5 +10,8 @@ "test": "mocha -r ts-node/register './tests/**/*.spec.ts'", | ||
"build": "rm -rf dist && mkdir dist && cp package.json dist/package.json && tsc", | ||
"build:prod": "npm run build -- --sourceMap false --declarationMap false ", | ||
"lint": "npx eslint src/**/*.ts", | ||
"dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' ./index.ts", | ||
"dev:debug": "nodemon --watch 'src/**/*.ts' --exec node -r ts-node/register --inspect --inspect=0.0.0.0:9229 ./index.ts " | ||
"dev:debug": "nodemon --watch 'src/**/*.ts' --exec node -r ts-node/register --inspect --inspect=0.0.0.0:9229 ./index.ts", | ||
"publish": "npm run build:prod && cp LICENSE dist/LICENSE && cd dist && npm publish --access public", | ||
"pack": "npm run build:prod && cp LICENSE dist/LICENSE && cd dist && npm pack" | ||
}, | ||
@@ -15,0 +18,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
43603
40
998
2
0
1