@plist/plist
Version:
TypeScript library for parsing and serializing XML, OpenStep/NextStep and binary Property Lists, in browser and node.js.
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "@plist/plist",
"version": "1.0.0",
"description": "TypeScript library for parsing and serializing XML, OpenStep/NextStep and binary Property Lists, in browser and node.js.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"parser",
"parse",
"serialize",
"plist",
"propertylist",
"xml",
"openstep",
"nextstep",
"binary",
"typescript",
"browser",
"node",
"apple",
"macos",
"ios"
],
"repository": {
"type": "git",
"url": "https://github.com/mat-sz/plist.git"
},
"bugs": {
"url": "https://github.com/mat-sz/plist/issues"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"lint": "eslint src"
},
"homepage": "https://github.com/mat-sz/plist",
"author": "Mat Sz <contact@matsz.dev>",
"license": "BSD-3-Clause-Clear",
"private": false,
"dependencies": {
"@plist/parse": "^1.0.0",
"@plist/serialize": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8a1d30937def9f196ec7985966d0ffc8a992b13f"
}