[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
446 B
16 lines
1{
2 "name": "@dpc-sdp/ripple-tide-event",
3 "description": "Ripple mappings and components for Tide Event Content type",
4 "main": "./nuxt.config.ts",
5 "packageManager": "pnpm@8.0.0",
6 "version": "2.1.0-alpha.139",
7 "license": "Apache-2.0",
8 "exports": {
9 ".": "./nuxt.config.ts",
10 "./mapping": "./mapping/index.ts"
11 },
12 "dependencies": {
13 "@dpc-sdp/nuxt-ripple": "workspace:*",
14 "@dpc-sdp/ripple-tide-api": "workspace:*"
15 }
16}