{ "name": "@freesewing/i18n", "version": "2.20.7", "description": "Translations for the FreeSewing project", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "funding": { "type": "individual", "url": "https://freesewing.org/patrons/join" }, "keywords": [ "freesewing", "i18n", "internationalisation", "languages", "localisation", "translation" ], "main": "dist/index.js", "scripts": { "clean": "rimraf dist", "build": "rollup -c", "cibuild_step1": "rollup -c", "test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register", "pubtest": "npm publish --registry http://localhost:6662", "pubforce": "npm publish", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "start": "rollup -c -w", "testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js", "prebuild": "node src/prebuild.mjs" }, "peerDependencies": { "@freesewing/pattern-info": "^2.20.7" }, "dependencies": {}, "devDependencies": { "js-yaml": "^4.1.0" }, "files": [ "dist/*", "README.md", "package.json" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">=12.0.0", "npm": ">=6" }, "rollup": { "exports": "default" } }