UNPKG

@vcard/vcard4-meta

Version:
53 lines (52 loc) 1.46 kB
{ "name": "@vcard/vcard4-meta", "version": "1.0.0-rc.4", "description": "A vCard 4 module which provides data about the format.", "keywords": [ "meta", "metadata", "vcard", "vcard4", "vcf" ], "homepage": "https://github.com/jbenner-radham/vcardjs/tree/main/packages/vcard4-meta#readme", "bugs": { "url": "https://github.com/jbenner-radham/vcardjs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jbenner-radham/vcardjs.git" }, "license": "MIT", "author": "James Benner <james.benner@gmail.com> (http://www.jamesbenner.com/)", "main": "./dist/index.js", "types": "./dist/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "files": [ "dist" ], "scripts": { "prebuild": "npm run clean", "build": "npm run build:js && npm run build:types", "build:js": "babel --root-mode upward --out-dir dist lib --extensions '.ts' --ignore '**/*.d.ts'", "build:types": "tsc --project './tsconfig.d.json'", "clean": "rimraf ./dist", "lint": "eslint lib test", "lint:fix": "eslint --fix lib test", "prepack": "rimraf ./dist/*.tsbuildinfo", "sort:pkg": "sort-package-json", "test": "echo \"Error: run tests from root\" && exit 1", "typecheck": "tsc" }, "engines": { "node": ">=12", "npm": ">=6" }, "publishConfig": { "access": "public" }, "gitHead": "7492bf1b3aa4e12b5dd36c03dabf7295c0a0c218" }