@atlaskit/analytics-gas-types
Version:
Shared analytics functions/components for Fabric Elements
45 lines (44 loc) • 962 B
JSON
{
"name": "@atlaskit/analytics-gas-types",
"version": "5.1.7",
"description": "Shared analytics functions/components for Fabric Elements",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"atlaskit:src": "src/index.ts",
"af:exports": {
".": "./src/index.ts"
},
"atlassian": {
"team": "UIP Frontend Observability"
},
"config": {
"access": "public"
},
"dependencies": {
"@atlaskit/analytics-next": "^11.0.0",
"@babel/runtime": "^7.0.0"
},
"devDependencies": {
"typescript": "~5.4.2"
},
"keywords": [
"fabric",
"ui"
]
}