react-interactive-maps
Version:
A modern mail server & utilities. React components.
62 lines (61 loc) • 1.43 kB
JSON
{
"name": "react-interactive-maps",
"type": "module",
"version": "0.1.0",
"description": "A modern mail server & utilities. React components.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/ts-maps/tree/main/packages/react#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/ts-maps.git"
},
"bugs": {
"url": "https://github.com/stacksjs/ts-maps/issues"
},
"keywords": [
"typescript",
"interactive",
"lightweight",
"powerful",
"maps",
"react",
"stacksjs"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "echo 'coming soon'",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"release": "bun publish --access public",
"prepublishOnly": "bun --bun run build",
"test": "bun test",
"typecheck": "bun --bun tsc --noEmit"
},
"dependencies": {
"ts-maps": "0.0.0"
},
"devDependencies": {
"@types/bun": "^1.2.4",
"lint-staged": "^15.4.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.8.2"
},
"lint-staged": {
"*.{js,ts}": "bunx --bun eslint . --fix"
}
}