-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "gas-google-drive-to-slack",
"version": "0.1.0",
"author": "Yuichi Tanikawa <[email protected]>",
"babel": {
"env": {
"test": {
"presets": [
[
"@babel/preset-env"
]
]
}
}
},
"bugs": {
"url": "https://github.com/uu1t/gas-google-drive-to-slack/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@google/clasp": "^2.0.1",
"@types/google-apps-script": "0.0.37",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"jest": "^24.1.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3"
},
"homepage": "https://github.com/uu1t/gas-google-drive-to-slack",
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.js$": "babel-jest"
}
},
"keywords": [],
"license": "MIT",
"main": "",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/uu1t/gas-google-drive-to-slack.git"
},
"scripts": {
"build": "webpack",
"deploy": "clasp push",
"predeploy": "npm run build",
"test": "jest"
}
}