Files
rocket/packages/launch/package.json
github-actions[bot] 4f7665b08b Version Packages
2021-01-03 16:53:11 +01:00

38 lines
932 B
JSON

{
"name": "@rocket/launch",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
"description": "Launch Preset for Rocket",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/modernweb-dev/rocket.git",
"directory": "packages/launch"
},
"author": "Modern Web <hello@modern-web.dev> (https://modern-web.dev/)",
"homepage": "https://rocket.modern-web.dev/docs/presets/launch/",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js",
"./preset/": "./preset/",
"./inline-notification": "./inline-notification/index.js",
"./inline-notification/inline-notification.js": "./inline-notification/inline-notification.js"
},
"files": [
"*.js",
"inline-notification",
"preset"
],
"keywords": [
"rocket",
"preset"
],
"dependencies": {
"@rocket/drawer": "^0.1.0",
"@rocket/navigation": "^0.1.0"
}
}