UNPKG

@essential-projects/metadata

Version:

the core metadata service for using the metadata from inside the domain

41 lines (40 loc) 1.17 kB
{ "name": "@essential-projects/metadata", "publishConfig": { "registry": "https://www.npmjs.com" }, "version": "2.1.2", "description": "the core metadata service for using the metadata from inside the domain", "license": "MIT", "main": "dist/commonjs/index.js", "typings": "dist/index.d.ts", "contributors": [ "Sebastian Meier <sebastian.meier@5minds.de>", "Patrick Pötschke <patrick.poetschke@quantusflow.com>", "Simon Reymann <simon.reymann@quantusflow.com>" ], "dependencies": { "@essential-projects/core_contracts": "^2.0.0", "@essential-projects/metadata_contracts": "^2.0.0", "deepmerge": "^1.3.1", "loggerhythm": "^3.0.3", "reflect-metadata": "0.1.7" }, "devDependencies": { "@essential-projects/tslint-config": "^1.0.0", "gulp": "^3.9.1", "gulptraum": "^2.2.4", "gulptraum-typescript": "^1.3.9", "tsconfig": "^7.0.0", "tslint": "^5.7.0", "typescript": "^2.5.2" }, "scripts": { "build": "gulp build", "prepare": "npm run build", "build-doc": "gulp doc", "build-schemas": "gulp typescript-schema", "lint": "gulp lint", "test": "gulp test" } }