-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 954 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 954 Bytes
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
{
"name": "jsgedcom",
"version": "0.0.1",
"description": " A JavaScript GEDCOM parser",
"keywords": [],
"main": "src/JsGEDCOM.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js ",
"watch": "webpack --watch --config webpack/webpack.dev.js"
},
"homepage": "https://github.com/MesseBasseProduction/JsGEDCOM",
"repository": {
"type": "git",
"url": "git+https://github.com/MesseBasseProduction/JsGEDCOM.git"
},
"bugs": {
"url": "https://github.com/MesseBasseProduction/JsGEDCOM/issues"
},
"author": "Arthur Beaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.29.0",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^9.12.0",
"eslint-webpack-plugin": "^4.2.0",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
}
}