-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "bidify",
"version": "1.0.0",
"description": "Google Chrome extension that allows to type and read RTL languages anywhere!",
"private": true,
"scripts": {
"test": "jest",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielkatz/bidify.git"
},
"keywords": [],
"author": "Daniel Katz",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielkatz/bidify/issues"
},
"homepage": "https://github.com/danielkatz/bidify#readme",
"devDependencies": {
"@types/chrome": "0.0.73",
"@types/jest": "^23.3.2",
"@types/lodash": "^4.14.116",
"@types/node": "^10.9.4",
"@types/webpack": "^4.4.11",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"jest": "^23.6.0",
"jest-junit": "^5.1.0",
"ts-jest": "^23.10.0",
"ts-loader": "^5.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"webpack": "^4.18.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"lodash": "^4.17.11"
}
}