@rocket/navigation
Version:
38 lines (37 loc) • 858 B
JSON
{
"name": "@rocket/navigation",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
"description": "Rocket stuff",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/modernweb-dev/rocket.git",
"directory": "packages/navgiation"
},
"author": "Modern Web <hello@modern-web.dev> (https://modern-web.dev/)",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js",
"./rocket-navigation.js": "./rocket-navigation.js"
},
"scripts": {
"debug": "cd ../../ && npm run debug -- --group navigation",
"test": "npm run test:web",
"test:web": "cd ../../ && npm run test:web -- --group navigation"
},
"files": [
"*.d.ts",
"*.js",
"dist-types",
"src"
],
"keywords": [
"rocket",
"navigation"
],
"types": "dist-types/index.js"
}