forked from lunchclass/bacardi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 899 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
36
37
38
39
40
41
42
{
"devDependencies": {
"@types/jest": "^21.1.2",
"@types/node": "^8.0.24",
"bindings": "^1.3.0",
"electron": "^1.7.8",
"electron-rebuild": "^1.6.0",
"jest": "^21.2.1",
"mkdirp": "^0.5.1",
"mocha": "^3.5.0",
"node-addon-api": "^0.6.3",
"node-gyp": "^3.6.2",
"nunjucks": "^3.0.1",
"snake-case": "^2.1.0",
"ts-jest": "^21.1.0",
"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"
}
}