@atlaskit/json-ld-types
Version:
A set of types for the Atlassian Object Vocabulary
77 lines (76 loc) • 1.53 kB
JSON
{
"name": "@atlaskit/json-ld-types",
"version": "1.4.1",
"description": "A set of types for the Atlassian Object Vocabulary",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"atlassian": {
"team": "Bandicoots",
"website": {
"name": "jsonLdTypes"
}
},
"repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
"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 <5.4": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,
"atlaskit:src": "src/index.ts",
"af:exports": {
".": "./src/index.ts"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"schema-dts": "^0.5.1"
},
"devDependencies": {
"react-dom": "^18.2.0"
},
"techstack": {
"@atlassian/frontend": {
"import-structure": [
"atlassian-conventions"
],
"circular-dependencies": [
"file-and-folder-level"
]
},
"@repo/internal": {
"dom-events": "use-bind-event-listener",
"analytics": [
"analytics-next"
],
"design-tokens": [
"color"
],
"theming": [
"react-context"
],
"ui-components": [
"lite-mode"
],
"deprecation": [
"no-deprecated-imports"
],
"styling": [
"static",
"compiled"
],
"imports": [
"import-no-extraneous-disable-for-examples-and-docs"
]
}
}
}