{ "name": "browser_extension_template", "version": "0.0.1", "private": true, "scripts": { "deploy": "tsc ./tools/deploy.ts --target esnext --module esnext && node ./tools/deploy.js && npm run build-js && npm run build-css", "build-js": "tsc -p tsconfig.json", "build-css": "sass ./src/sass/:./dist/css/", "sync": "tsc ./tools/syncConfig.ts --target esnext --module esnext && node ./tools/syncConfig.js" }, "devDependencies": { "@types/bootstrap": "^5.1.6", "@types/node": "^18.7.4", "sass": "^1.39.0", "typescript": "^4.2.4" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "dependencies": { "bootstrap": "^5.2.0", "friendly-helper": "^1.7.1" } }