@cd/d "%~dp0"

@if NOT EXIST "package.json" (
  @echo --- init package.json
  npm init --yes
  npm set init.author.name "Alireza Nimi" set init.author.email "alienaimi@gmail.com"
)

@rem npm init
@rem npm list bookmarkleter || npm install bookmarkleter@2.1.0
@if NOT EXIST node_modules\js-beautify (call npm list js-beautify || npm install js-beautify)
@if NOT EXIST node_modules\js-beautify (npm i)
