-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 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
{
"name": "@arijs/stream-xml-parser",
"version": "0.2.15",
"repository": {
"type": "git",
"url": "git+https://github.com/arijs/stream-xml-parser.git"
},
"export_amd": "StreamXMLParser",
"export_var": "StreamXMLParser",
"main": "dist/arijs-stream-xml-parser.cjs.js",
"module": "dist/arijs-stream-xml-parser.esm.js",
"module_amd": "dist/arijs-stream-xml-parser.amd.js",
"browser": "dist/arijs-stream-xml-parser.iife.js",
"scripts": {
"build": "rollup -c",
"build:quick": "rollup -c rollup.config-quick.js",
"watch": "rollup -c -w",
"test": "node test/test.js"
},
"files": [
"dist",
"src"
],
"devDependencies": {
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-inject": "^5.0.5",
"rollup": "^4.59.0"
},
"dependencies": {
"@rollup/plugin-terser": "^0.4.4"
}
}