-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 882 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
{
"name": "rnacentral-export-widget",
"version": "1.0.0",
"description": "Widget to explore the RNAcentral export microservice",
"main": "index.js",
"scripts": {
"build": "webpack --mode production"
},
"keywords": [
"RNA",
"bioinformatics"
],
"contributors": [
{
"name": "Blake Sweeney",
"email": "[email protected]"
},
{
"name": "Carlos E. Ribas",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/RNAcentral/rnacentral-export-widget/issues"
},
"homepage": "https://github.com/RNAcentral/rnacentral-export-widget#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}