@enonic-types/global
Version:
Global variables and functions type definition.
36 lines (35 loc) • 857 B
JSON
{
"name": "@enonic-types/global",
"version": "7.15.3",
"description": "Global variables and functions type definition.",
"types": "global.d.ts",
"files": [
"global.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/enonic/xp.git#master"
},
"keywords": [
"enonic",
"enonic-xp",
"global",
"common",
"types",
"typescript"
],
"contributors": [
"Mikita Taukachou <edloidas@gmail.com> (https://edloidas.github.io/)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/enonic/xp/issues"
},
"homepage": "https://github.com/enonic/xp/tree/master#readme",
"dependencies": {
"@enonic-types/core": "7.15.3"
},
"publishConfig": {
"access": "public"
}
}