-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 951 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
{
"name": "deckboard-kit",
"version": "0.3.0",
"description": "Deckboard app extention starter",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rivafarabi/deckboard-kit.git"
},
"keywords": [
"deckboard",
"extention",
"node"
],
"files": [
"dist"
],
"author": "Riva Farabi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rivafarabi/deckboard-kit/issues"
},
"homepage": "https://github.com/rivafarabi/deckboard-kit#readme",
"dependencies": {
"electron-log": "^2.2.17"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.8.0",
"babel-preset-env": "^1.7.0",
"jest": "^24.8.0",
"typescript": "^4.0.3"
}
}