-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
35
{
"name": "wallaby-webpack-ts-loader",
"version": "1.0.0",
"description": "This project demonstrates how to configure wallaby.js with webpack built-in postprocessor and typescript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wallabyjs/wallaby-webpack-ts-loader.git"
},
"keywords": [
"wallaby.js",
"webpack",
"typescript"
],
"author": "Wallaby.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/wallabyjs/wallaby-webpack-ts-loader/issues"
},
"homepage": "https://github.com/wallabyjs/wallaby-webpack-ts-loader#readme",
"devDependencies": {
"@types/jasmine": "^3.4.0",
"awesome-typescript-loader": "^5.2.1",
"prettier": "^1.18.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.1"
},
"dependencies": {
"tslib": "^1.10.0"
}
}