UNPKG

@weiliang79/ubl-builder

Version:

Tool to create xml documents with UBL 2.1 standard

70 lines (69 loc) 1.87 kB
{ "name": "@weiliang79/ubl-builder", "version": "0.0.1-alpha.2", "description": "Tool to create xml documents with UBL 2.1 standard", "main": "dist/index.js", "files": [ "dist/**/*" ], "scripts": { "test": "jest --config jest.config.ts", "build": "tsc --project tsconfig.build.json", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint .", "prepublishOnly": "npm test", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "publish-npm": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/weiliang79/ubl-builder.git" }, "keywords": [ "ubl2", "UBL", "2.1", "xml" ], "author": "Wei Liang Ung <liang2010@hotmail.my> (https://github.com/weiliang79/ubl-builder.git)", "contributors": [ { "name": "Felipe Santa", "email": "juansantag95@gmail.com", "url": "https://github.com/pipesanta" }, { "name": "Lars Buur", "email": "lars@buur.org" } ], "license": "MIT", "bugs": { "url": "https://github.com/weiliang79/ubl-builder/issues" }, "homepage": "https://github.com/weiliang79/ubl-builder#readme", "dependencies": { "@xmldom/xmldom": "^0.8.11", "weeknumber": "^1.2.1", "xmlbuilder2": "^3.1.1", "xpath": "^0.0.34" }, "devDependencies": { "@eslint/js": "^9.36.0", "@types/jest": "^30.0.0", "@types/node": "^24.5.2", "eslint": "^9.36.0", "eslint-config-prettier": "^10.1.8", "globals": "^16.4.0", "jest": "^30.1.3", "jest-util": "^30.0.5", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.3.0", "ts-jest": "^29.4.2", "ts-node": "^10.9.2", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0" } }