@objectiv/schema
Version:
Objectiv TypeScript implementation of the open analytics taxonomy
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@objectiv/schema",
"version": "0.0.26",
"description": "Objectiv TypeScript implementation of the open analytics taxonomy",
"license": "Apache-2.0",
"homepage": "https://objectiv.io",
"keywords": [
"objectiv",
"taxonomy",
"schema",
"tracking",
"analytics",
"events"
],
"repository": {
"type": "git",
"url": "https://github.com/objectiv/objectiv-analytics.git",
"directory": "tracker/core/schema"
},
"bugs": "https://github.com/objectiv/objectiv-analytics/issues",
"contributors": [
{
"name": "Surai Di Rosa",
"email": "surai.dirosa@gmail.com",
"url": "https://github.com/sdirosa"
}
],
"types": "src/index.ts",
"files": [
"src"
],
"scripts": {
"deploy:verdaccio": "npm publish",
"prettify": "prettier --write .",
"prettify:generated": "yarn prettier --write ./src",
"tsc": "tsc --noEmit",
"depcheck": "npx depcheck"
},
"devDependencies": {
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}