i18n-render
Version:
tiny i18n solution for tiny projects
41 lines (40 loc) • 819 B
JSON
{
"name": "i18n-render",
"version": "1.1.3",
"description": "tiny i18n solution for tiny projects",
"main": "umd.js",
"scripts": {
"test": "ava",
"build": "rollup -c",
"coverage": "nyc report --reporter=html",
"dev": "rollup -c -w"
},
"module": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"umd.js",
"index.d.ts"
],
"repository": "gucheen/i18n-render",
"keywords": [
"i18n",
"javascript",
"internationalization",
"i18n-js"
],
"author": {
"name": "gucheen",
"email": "guchengf@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.4",
"ava": "^1.4.1",
"nyc": "^14.1.1",
"puppeteer": "^1.16.0",
"puppeteer-to-istanbul": "^1.2.2",
"rollup": "^1.12.3"
}
}