UNPKG

@kbobrowski/squarelate

Version:
52 lines (51 loc) 1.19 kB
{ "name": "@kbobrowski/squarelate", "version": "1.1.2", "description": "Squarespace translator", "main": "dist/index.js", "browser": "dist/squarelate.min.js", "unpkg": "dist/squarelate.min.js", "publishConfig": { "access": "public" }, "files": [ "dist" ], "scripts": { "build": "tsc && rollup -c", "test": "jest", "prepublish": "npm t && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/kbobrowski/squarelate.git" }, "keywords": [ "translate", "squarespace", "i18n", "l10n", "translator" ], "author": "Kamil Bobrowski", "license": "MIT", "bugs": { "url": "https://github.com/kbobrowski/squarelate/issues" }, "homepage": "https://github.com/kbobrowski/squarelate#readme", "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^10.0.0", "@types/jest": "^26.0.15", "@types/jquery": "^3.5.4", "jest": "^26.6.1", "rollup": "^2.33.0", "rollup-plugin-terser": "^7.0.2", "ts-jest": "^26.4.3", "typescript": "^4.0.5" }, "dependencies": { "file-saver": "^2.0.2", "jquery": "^3.5.1" } }