@aidin36/xmp
Version:
Read and write XMP metadata from/to various media formats
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "@aidin36/xmp",
"version": "0.2.2",
"description": "Read and write XMP metadata from/to various media formats",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"pretty": "prettier './src/**/*.ts*' --write --config .prettierrc",
"lint": "eslint --quiet './src/**/*.ts*'",
"test": "jest",
"coverage": "jest --coverage",
"ci:coverage": "jest --ci --coverage --coverageDirectory './coverage'"
},
"repository": {
"type": "git",
"url": "https://github.com/aidin36/xmp"
},
"keywords": [
"iptc",
"xmp",
"jpeg",
"heic",
"metadata"
],
"author": "Aidin Gharibnavaz",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/aidin36/xmp/issues"
},
"homepage": "https://github.com/aidin36/xmp#readme",
"volta": {
"node": "22.17.0"
},
"devDependencies": {
"@jest/globals": "30.0.4",
"@typescript-eslint/eslint-plugin": "8.36.0",
"@typescript-eslint/parser": "8.36.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-tsdoc": "0.4.0",
"jest": "30.0.4",
"prettier": "3.6.2",
"ts-jest": "29.4.0",
"typescript": "5.8.3"
},
"dependencies": {
"@aidin36/xmp2js": "^1.0.0",
"@xmldom/xmldom": "0.9.8"
}
}