-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 917 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
{
"name": "open-sesame",
"version": "1.0.0",
"description": "Open Sesame is a platform intended to make contributing to open source less intimidating by matching first-time contributors to experienced mentors.",
"main": "index.js",
"scripts": {
"jsx-preprocessor": "npx babel --watch src/main/webapp/js/projects/react/ --out-dir src/main/webapp/js/projects/react/jsx-processed --presets react-app/prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleinterns/step6-2020.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/googleinterns/step6-2020/issues"
},
"homepage": "https://github.com/googleinterns/step6-2020#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-config-google": "^0.7.0"
}
}