2024-06-14 16:57:20 +02:00
|
|
|
{
|
2025-04-14 14:34:51 +02:00
|
|
|
"name": "@odfjs/odfjs",
|
2025-09-12 17:23:15 +02:00
|
|
|
"version": "0.26.0",
|
2024-06-14 16:57:20 +02:00
|
|
|
"type": "module",
|
2025-04-17 17:39:08 +02:00
|
|
|
"exports": "./exports.js",
|
2025-05-21 15:35:56 +02:00
|
|
|
"files": [
|
|
|
|
|
"exports.js",
|
|
|
|
|
"scripts"
|
|
|
|
|
],
|
2025-04-17 17:39:08 +02:00
|
|
|
"imports": {
|
|
|
|
|
"#DOM": {
|
|
|
|
|
"node": "./scripts/DOM/node.js",
|
|
|
|
|
"browser": "./scripts/DOM/browser.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-06-14 16:57:20 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "rollup -c",
|
|
|
|
|
"dev": "npm-run-all --parallel dev:* start",
|
|
|
|
|
"dev:rollup": "rollup -c -w",
|
2024-06-18 11:06:41 +02:00
|
|
|
"start": "http-server -c-1 .",
|
|
|
|
|
"test": "ava"
|
2024-06-14 16:57:20 +02:00
|
|
|
},
|
2025-04-14 14:34:51 +02:00
|
|
|
"repository": {
|
|
|
|
|
"url": "https://github.com/odfjs/odfjs.git"
|
|
|
|
|
},
|
2024-06-14 16:57:20 +02:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
|
|
|
"@rollup/plugin-terser": "^0.4.4",
|
2024-06-18 11:06:41 +02:00
|
|
|
"ava": "^6.1.3",
|
2024-06-14 16:57:20 +02:00
|
|
|
"http-server": "^14.1.1",
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"rollup": "^4.18.0",
|
|
|
|
|
"rollup-plugin-css-only": "^4.5.2",
|
|
|
|
|
"rollup-plugin-svelte": "^7.1.6",
|
2025-03-25 22:06:53 +01:00
|
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
2024-06-14 16:57:20 +02:00
|
|
|
"sass": "^1.58.3",
|
|
|
|
|
"svelte": "^4.2.9",
|
|
|
|
|
"svelte-preprocess": "^5.1.3"
|
2024-06-15 12:54:53 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-04-07 11:00:18 +02:00
|
|
|
"@xmldom/xmldom": "^0.9.8",
|
2025-05-07 09:15:29 +02:00
|
|
|
"@zip.js/zip.js": "^2.7.57",
|
2025-09-16 16:43:47 +02:00
|
|
|
"image-size": "^2.0.2",
|
2025-05-07 09:15:29 +02:00
|
|
|
"ses": "^1.12.0"
|
2024-06-14 16:57:20 +02:00
|
|
|
}
|
|
|
|
|
}
|