custom-x
Version:
A library to facilitate the storage of javascript objects in Custom XML Parts.
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "custom-x",
"version": "1.0.6",
"description": "A library to facilitate the storage of javascript objects in Custom XML Parts.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drittich/custom-x.git"
},
"bugs": {
"url": "https://github.com/drittich/custom-x/issues"
},
"homepage": "https://github.com/drittich/custom-x#readme",
"keywords": [
"add-in",
"customxml",
"customxmlparts",
"excel",
"office-js",
"office",
"powerpoint",
"typescript",
"word",
"xml"
],
"author": "D'Arcy Rittich",
"license": "MIT",
"dependencies": {
"fast-xml-parser": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/office-js": "^1.0.488",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"typescript": "^5.0.0"
}
}