@ap0nia/camaro
Version:
Transforming XML to JSON using Node.js binding to native pugixml parser library
67 lines • 1.48 kB
JSON
{
"name": "@ap0nia/camaro",
"version": "6.2.5",
"description": "Transforming XML to JSON using Node.js binding to native pugixml parser library",
"license": "MIT",
"homepage": "https://github.com/ap0nia/camaro",
"bugs": "https://github.com/ap0nia/camaro/issues",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"default": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ap0nia/camaro",
"directory": "packages/camaro"
},
"files": [
"dist",
"src"
],
"keywords": [
"xpath",
"json",
"transform",
"pugixml",
"xml",
"parser",
"n-api",
"xml2json",
"webassembly",
"wasm"
],
"napa": {
"pugixml": "tuananh/pugixml#develop",
"json": "nlohmann/json#develop",
"fifo_map": "nlohmann/fifo_map#master"
},
"napa-config": {
"cache": false
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.3.1",
"@vitest/coverage-istanbul": "^0.32.2",
"esbuild-plugin-wasm": "^1.1.0",
"napa": "^3.0.0",
"rimraf": "^5.0.1",
"tsup": "^7.0.0",
"vitest": "^0.32.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"install:napa": "napa",
"build": "rimraf dist && tsup",
"test": "vitest",
"prepublish": "npm run build"
}
}