Socket
Socket
Sign inDemoInstall

@frontify/frontify-cli

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontify/frontify-cli - npm Package Compare versions

Comparing version 1.3.2 to 2.0.0

dist/index.js

83

package.json
{
"name": "@frontify/frontify-cli",
"version": "1.3.2",
"version": "2.0.0",
"bin": {
"frontify-cli": "dist/main.js"
"frontify-cli": "dist/index.js"
},
"engines": {
"node": ">=15"
"node": ">=12"
},
"files": [
"dist",
"types"
"dist"
],
"types": "index.d.ts",
"scripts": {
"build": "cross-env NODE_ENV=production npm run clean && npm run build:ts",
"build:ts": "esbuild src/main.ts --platform=node --bundle --external:esbuild '--define:process.env.NODE_ENV=\"production\"' --external:fsevents --outfile=dist/main.js",
"build": "npm run clean && npm run build:ts",
"build:ts": "cross-env NODE_ENV=production rollup -c",
"clean": "rimraf dist",
"dev": "cross-env NODE_ENV=development rollup -c --watch",
"format": "prettier --write 'src/**/*.ts'",

@@ -24,3 +23,3 @@ "lint": "eslint 'src/**/*.ts'",

"prepublishOnly": "npm run build",
"start": "npm run build && node dist/main.js",
"start": "npm run build && node dist/index.js",
"test": "jest"

@@ -30,43 +29,49 @@ },

"dependencies": {
"esbuild": "^0.12.14"
"rollup": "^2.57.0"
},
"devDependencies": {
"@frontify/eslint-config-typescript": "^0.7.0",
"@types/archiver": "^5.1.0",
"@types/express": "^4.17.12",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.171",
"@types/minimist": "^1.2.1",
"@types/mock-fs": "^4.13.0",
"@types/node": "^15.14.0",
"@types/node-fetch": "^2.5.10",
"@types/ws": "^7.4.5",
"@frontify/eslint-config-typescript": "^0.11.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@types/archiver": "^5.1.1",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.173",
"@types/minimist": "^1.2.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.9.6",
"@types/ws": "^7.4.7",
"archiver": "^5.3.0",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"conf": "^10.0.1",
"conf": "^10.0.3",
"cross-env": "^7.0.3",
"esbuild-css-modules-plugin": "^1.0.6",
"eslint": "^7.29.0",
"fast-glob": "^3.2.6",
"fastify": "^3.18.1",
"fastify-cors": "^6.0.1",
"fastify-static": "^4.2.2",
"fastify-websocket": "^3.2.0",
"husky": "^7.0.1",
"esbuild": "^0.12.29",
"eslint": "^7.32.0",
"fast-glob": "^3.2.7",
"fastify": "^3.21.4",
"fastify-cors": "^6.0.2",
"fastify-static": "^4.2.3",
"fastify-websocket": "^4.0.0",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.0.6",
"jest": "^27.2.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"mock-fs": "^5.0.0",
"nock": "^13.1.0",
"node-fetch": "^2.6.1",
"mock-fs": "^5.1.0",
"nock": "^13.1.3",
"node-fetch": "2.6.4",
"open": "^8.2.1",
"prettier": "^2.3.2",
"react": "^17.0.1",
"prettier": "^2.4.1",
"react": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
"rollup-plugin-combine": "^2.1.1",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-node-externals": "^2.2.0",
"rollup-plugin-postcss": "^4.0.1",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc