{ "name": "@treejs/localization", "version": "0.9.1", "description": "", "author": "romanjaros ", "license": "ISC", "scripts": { "clean": "rm -rf dist/ && npm run build -- --clean", "build": "tsc --b tsconfig.build.json", "ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json" }, "dependencies": { "react-localization": "1.0.15" } }