{ "name": "scratch-l10n", "version": "0.1.0", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "scripts": { "build:data": "babel-node scripts/build-data", "build": "npm run clean && npm run build:data && webpack --progress --colors --bail", "clean": "rimraf ./dist ./locales && mkdirp dist locales", "lint": "eslint . --ext .js,.json", "test": "npm run lint && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/LLK/scratch-l10n.git" }, "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/LLK/scratch-l10n/issues" }, "homepage": "https://github.com/LLK/scratch-l10n#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "eslint": "^4.6.1", "eslint-config-scratch": "^4.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-json": "1.2.0", "lodash.defaultsdeep": "4.6.0", "mkdirp": "^0.5.1", "react-intl": "2.4.0", "rimraf": "^2.6.2", "webpack": "^3.5.6" } }