-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.62 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "karma-typescript-agile-preprocessor",
"version": "2.1.3",
"description": "Leverage the power of gulp-typescript for a simple yet powerful Karma preprocessor.",
"main": "index.js",
"dependencies": {
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-lddubeau-base": "^5.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prefer-arrow": "^1.2.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-simple-import-sort": "^5.0.2",
"karma": "^5.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"mocha": "^7.1.1",
"typescript": "^3.5.2"
},
"bundledDependencies": [
"gulp-typescript"
],
"files": [
"index.js"
],
"scripts": {
"test": "mocha",
"lint": "eslint '**/*.js'",
"posttest": "npm run lint",
"postversion": "npm test && npm publish",
"postpublish": "git push origin --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lddubeau/karma-typescript-agile-preprocessor.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-typescript",
"karma-typescript-preprocessor"
],
"contributors": [
"Louis-Dominique Dubeau <ldd@lddubeau.com>",
"Cleiton Loiola <klaygomes at gmail dot com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lddubeau/karma-typescript-agile-preprocessor/issues"
},
"homepage": "https://github.com/lddubeau/karma-typescript-agile-preprocessor#readme"
}