-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
57 lines (57 loc) · 1.28 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"devDependencies": {
"@types/gulp": "^4.0.5",
"@types/jest": "^21.1.2",
"@types/node": "^8.0.24",
"@types/through2": "^2.0.33",
"bindings": "^1.3.0",
"command-line-usage": "^4.0.2",
"change-case": "^3.0.1",
"electron": "^1.7.8",
"electron-rebuild": "^1.6.0",
"globs": "^0.1.3",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.3",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"jest": "^21.2.1",
"mkdirp": "^0.5.1",
"node-addon-api": "^1.0.0",
"node-gyp": "^3.6.2",
"nunjucks": "^3.0.1",
"run-sequence": "^2.2.0",
"through2": "^2.0.3",
"ts-jest": "^21.1.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.4.2",
"webidl2": "^4.1.0"
},
"optionalDependencies": {
"windows-build-tools": "^1.3.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx"
],
"testMatch": [
"**/*.test.(ts|tsx)"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
}
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/lunchclass/bacardi.git"
},
"scripts": {
"install": "echo > .last_update"
}
}