pretty-jcal
Version:
jCal to readable JSON 2-way-convert
31 lines (30 loc) • 689 B
JSON
{
"name": "pretty-jcal",
"version": "1.0.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"description": "jCal to readable JSON 2-way-convert ",
"keywords": [
"jCal",
"iCal",
"iCalendar",
"rfc7265",
"ics"
],
"author": "linlilulll@gmail.com",
"license": "MIT",
"repository": "https://github.com/llldar/pretty-jcal",
"devDependencies": {
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"ts-node-dev": "^1.0.0",
"typescript": "^4.1.2"
},
"exclude": [
"node_modules"
],
"scripts": {
"build": "rimraf dist && tsc --outDir dist && copyfiles package.json LICENSE.md README.md ./dist"
}
}