UNPKG

@fabrix/spool-i18n

Version:

Spool - i18n for Fabrix

74 lines (73 loc) 1.73 kB
{ "name": "@fabrix/spool-i18n", "version": "1.6.0", "description": "Spool - i18n for Fabrix", "scripts": { "build": "tsc -p ./lib/tsconfig.release.json", "lint": "tslint -p ./lib", "watch": "tsc -w -p ./lib/tsconfig.release.json", "test": "npm run clean && npm run lint && npm run build && nyc mocha", "prepublishOnly": "npm run compile", "compile": "npm run clean && npm run build", "clean": "rm -rf dist", "ci": "cd .. && ci" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "archetype" ], "pre-commit": [ "test" ], "repository": { "type": "git", "url": "git+https://github.com/fabrix-app/spool-i18n.git" }, "keywords": [ "fabrix", "fabrix-app", "i18n", "spool", "internationalzation", "interpreter" ], "homepage": "https://fabrix.app", "author": "Fabrix-app Team <hello@fabrix.app>", "contributors": [ { "name": "Scott Wyatt", "email": "scottwyatt86@gmail.com", "url": "https://github.com/scott-wyatt" } ], "dependencies": { "i18next": "^14.0.1", "lodash": "^4.17.11" }, "devDependencies": { "@fabrix/fabrix": "^1.6.0", "@fabrix/lint": "^1.0.0-alpha.3", "@types/lodash": "^4.14.109", "@types/node": "~10.3.2", "mocha": "^5", "nyc": "^13.1.0", "smokesignals": "^3", "tslib": "~1.9.0", "tslint": "~5.10.0", "tslint-microsoft-contrib": "~5.0.3", "tsutils": "~2.27.1", "typescript": "~2.8.1" }, "peerDependencies": { "@fabrix/fabrix": "^1.6.0" }, "engines": { "node": ">= 7.6.0" }, "license": "MIT", "bugs": { "url": "https://github.com/fabrix-app/spool-i18n/issues" } }