@misk/cli
Advanced tools
Comparing version 0.1.3-8 to 0.1.3-9
{ | ||
"name": "@misk/cli", | ||
"version": "0.1.3-8", | ||
"version": "0.1.3-9", | ||
"license": "SEE LICENSE IN https://github.com/square/misk-web", | ||
"description": "Misk-Web CLI Build Tool", | ||
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)", | ||
"main": "lib/web/@misk/cli/index.js", | ||
"main": "lib/index.js", | ||
"bin": { | ||
"miskweb": "lib/web/@misk/cli/index.js" | ||
"miskweb": "lib/index.js" | ||
}, | ||
@@ -18,4 +18,4 @@ "files": [ | ||
"devDependencies": { | ||
"@misk/dev": "^0.1.3-8", | ||
"@misk/tslint": "^0.1.3-8", | ||
"@misk/dev": "^0.1.3-9", | ||
"@misk/tslint": "^0.1.3-9", | ||
"@types/node": "^10.12.18", | ||
@@ -77,21 +77,31 @@ "pkg": "^4.3.7", | ||
"lib": "npm run-script build", | ||
"lint": "prettier --write --config package.json \".{/src/**/,/}*.{md,css,sass,less,json,js,jsx,ts,tsx}\"", | ||
"start": "node lib/web/@misk/cli/index.js", | ||
"watch": "./node_modules/.bin/tsc -w", | ||
"build": "npm run-script clean && ./node_modules/.bin/tsc && ./node_modules/.bin/pkg . --output ./lib/web/@misk/cli/miskweb", | ||
"build": "npm run-script clean && ./node_modules/.bin/tsc && npm run-script package", | ||
"buildrun": "npm run-script build && npm run-script start", | ||
"prepublish": "npm run-script ci-build", | ||
"precommit": "lint-staged", | ||
"package": "npm run-script package:mac | npm run-script package:lin", | ||
"package:win": "pkg . --targets win-x64 --output ./dist/windows/miskweb.exe", | ||
"package:mac": "pkg . --targets macos-x64 --output ./dist/macos/miskweb", | ||
"package:lin": "pkg . --targets linux-x64 --output ./dist/linux/miskweb", | ||
"prepare": "npm run-script ci-build", | ||
"precommit": "npm run-script lint", | ||
"smooth-release": "smooth-release" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
"prettier": { | ||
"arrowParens": "avoid", | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": false, | ||
"printWidth": 80, | ||
"semi": false, | ||
"singleQuote": false, | ||
"tabWidth": 2, | ||
"trailingComma": "none", | ||
"useTabs": false | ||
}, | ||
"miskTab": { | ||
"name": "@misk/cli", | ||
"outDir": "./lib/web/@misk/cli", | ||
"outDir": "./lib", | ||
"slug": "@misk/cli" | ||
} | ||
} |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1040
69244
68