-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "insta-locale",
"version": "1.1.0",
"description": "Reactive simplifed multi langauge locale module works with Angular, React, Vue or any nodejs based front-end app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build ",
"build:dev": "tsc && mkdir -p insta-locale && cp -r dist/. insta-locale",
"build": "npm run test && tsc",
"test": "jest",
"coverage": "jest --coverage"
},
"keywords": [
"locale",
"18n",
"multi language",
"langauge"
],
"author": "Walid Abou Ali",
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.11",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"typescript": "^3.0.1"
},
"dependencies": {
"injection-js": "^2.2.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.2.2"
}
}