UNPKG

lc-i18n

Version:

Lockcommerce Translation Service

78 lines (77 loc) 1.98 kB
{ "name": "lc-i18n", "version": "1.0.12", "description": "Lockcommerce Translation Service", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "locale", "translation", "Commerce", "SDK", "Catalog", "Product", "Cart", "Shop", "shipping", "billing" ], "files": [ "lib/**/*", "README.md" ], "repository": { "type": "git", "url": "https://github.com/abodehq" }, "scripts": { "test": "mocha --reporter spec", "cover": "nyc --reporter text-summary mocha --reporter spec", "coveralls": "nyc mocha && nyc report --reporter=text-lcov | coveralls", "karma": "karma start karma.conf.js", "build": "rimraf lib | tsc", "prepare": "npm run build", "lint": "tslint -p tsconfig.json", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"" }, "author": "Lockcommerce.com", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.12", "@types/chai-as-promised": "^7.1.3", "@types/fetch-mock": "^7.3.2", "@types/mocha": "^8.0.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.1.0", "fetch-mock": "^9.10.6", "jinqu-array-extensions": "^1.1.1", "karma": "^5.1.1", "karma-chai": "^0.1.0", "karma-chai-as-promised": "^0.1.2", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-firefox-launcher": "^1.3.0", "karma-ie-launcher": "^1.0.0", "karma-mocha": "^2.0.1", "karma-typescript": "^5.0.3", "mocha": "^8.1.1", "mocha-junit-reporter": "^2.0.0", "node-fetch": "^2.6.0", "nyc": "^15.1.0", "prettier": "^2.3.0", "rimraf": "^3.0.2", "ts-node": "^8.10.2", "tsconfig-paths": "^3.9.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.7", "whatwg-fetch": "^3.4.0" }, "peerDependencies": { }, "dependencies": { "@types/i18n-js": "^3.8.1", "i18n-js": "^3.8.0" } }