-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
62 lines (62 loc) · 1.43 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ltx",
"version": "3.1.1",
"description": "<xml for=\"JavaScript\">",
"author": "Astro",
"repository": {
"type": "git",
"url": "git+https://github.com/xmppjs/ltx.git"
},
"homepage": "http://github.com/xmppjs/ltx",
"bugs": "http://github.com/xmppjs/ltx/issues",
"type": "module",
"main": "src/ltx.js",
"exports": {
".": {
"import": "./src/ltx.js",
"require": "./lib/ltx.js"
},
"./src/*": "./src/*",
"./lib/*": "./lib/*"
},
"contributors": [
"Stephan Maka",
"Will Fife",
"Markus Kohlhase",
"Julien Genestoux",
"▟ ▖▟ ▖",
"Sonny Piers"
],
"license": "MIT",
"scripts": {
"preversion": "npm test",
"benchmark": "node benchmarks/",
"unit": "node test/run.js",
"lint": "eslint .",
"test": "npm run unit && npm run lint",
"prepublishOnly": "rollup -c rollup.config.js"
},
"lint-staged": {
"*.{js,cjs,mjs}": "eslint --fix",
"*.{json,md,html,css,yaml,yml}": "prettier --write"
},
"engines": {
"node": ">= 12.4.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"libxmljs": "^1.0.11",
"lint-staged": "^15.2.11",
"microtime": "^3.1.1",
"node-expat": "^2.4.1",
"node-xml": "^1.0.2",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"sax": "^1.4.1",
"saxes": "^6.0.0",
"vows": "^0.8.3"
}
}