-
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) · 992 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 992 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": "file2html-xml-tools",
"version": "1.1.0",
"description": "JS module for working with XML in file2html",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/jest --no-cache --config=./node_modules/file2html-dev-tools/jest/config.json",
"lint": "./node_modules/.bin/tslint \"src/**/*.ts\"",
"build": "npm run lint && rm -rf lib && ./node_modules/.bin/tsc"
},
"dependencies": {
"@types/htmlparser2": "^3.7.29",
"htmlparser2": "^3.9.2"
},
"devDependencies": {
"file2html-dev-tools": "git+https://github.com/file2html/file2html-dev-tools.git#v1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/file2html/file2html-xml-tools.git"
},
"keywords": [
"file2html",
"xml",
"sax"
],
"author": "webschik",
"license": "MIT",
"bugs": {
"url": "https://github.com/file2html/file2html-xml-tools/issues"
},
"homepage": "https://github.com/file2html/file2html-xml-tools#readme"
}