35 lines
810 B
JSON
35 lines
810 B
JSON
|
{
|
||
|
"name": "XPathTrainer",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A web page to select XML file and test your XPath.",
|
||
|
"main": "./src/xpathTrainer.ts",
|
||
|
"scripts": {
|
||
|
"test": "none",
|
||
|
"build": "webpack --mode production",
|
||
|
"start": "webpack-dev-server"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://forge.chapril.org/Fab_Blab/xPathTrainer"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"XML",
|
||
|
"XPath"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Fabrice PENHOËT",
|
||
|
"email": "fabrice@le-fab-lab.com",
|
||
|
"url": "https://cv.le-fab-lab.com"
|
||
|
},
|
||
|
"license": "GPL-3.0-or-later",
|
||
|
"dependencies": {
|
||
|
"@xmldom/xmldom": "^0.8.10",
|
||
|
"ts-loader": "^9.5.1",
|
||
|
"typescript": "^5.3.2",
|
||
|
"webpack": "^5.89.0",
|
||
|
"webpack-cli": "^5.1.4",
|
||
|
"webpack-dev-server": "^4.15.1",
|
||
|
"xpath": "^0.0.33"
|
||
|
}
|
||
|
}
|