figma-backup
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "figma-backup", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "./lib/index.js", | ||
@@ -12,39 +12,2 @@ "repository": "git@github.com:mimshins/figma-backup.git", | ||
}, | ||
"scripts": { | ||
"build-ts": "tsc", | ||
"build": "npm run build-ts && npm run lint", | ||
"debug": "npm run build && npm run watch-debug", | ||
"lint": "tsc --project tsconfig.json --noEmit && eslint \"bin/**/*.{js,ts}\" --config .eslintrc.js --quiet --fix", | ||
"serve-debug": "NODE_PATH=lib/ nodemon --inspect lib/index.js", | ||
"serve": "NODE_PATH=lib/ NODE_ENV=production node lib/index.js", | ||
"start": "npm run serve", | ||
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\"", | ||
"watch-node": "NODE_PATH=lib/ nodemon lib/index.js", | ||
"watch-ts": "tsc -w", | ||
"watch": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"", | ||
"binadd": "npm install -g .", | ||
"bindel": "npm remove -g figma-backup", | ||
"binrun": "figma-backup" | ||
}, | ||
"devDependencies": { | ||
"@types/yargs": "^17.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"concurrently": "^6.3.0", | ||
"eslint": "^8.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"husky": ">=6", | ||
"lint-staged": ">=10", | ||
"nodemon": "^2.0.14", | ||
"prettier": "^2.4.1", | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,json}": [ | ||
"eslint --cache --fix", | ||
"prettier --write" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -51,0 +14,0 @@ "axios": "^0.24.0", |
@@ -14,2 +14,12 @@ # figma-backup | ||
or install it via [Yarn](https://yarnpkg.com/): | ||
```bash | ||
yarn global add figma-backup | ||
``` | ||
This will install the node package in your global `node_modules` directory (You can find it via `npm list -g | head -1`). | ||
The backup files will be found in `figma-backup-root` directory. You can find this folder in the directory you ran the installation command. | ||
## Usage | ||
@@ -16,0 +26,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
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
0
36
0
55649