@targetprocess/sync-shared-model
Version:
Shared model for Targetprocess entity sync
36 lines (35 loc) • 730 B
JSON
{
"name": "@targetprocess/sync-shared-model",
"version": "1.5.0-timestamps-2",
"description": "Shared model for Targetprocess entity sync",
"main": "bin/index.js",
"private": false,
"scripts": {
"build": "tsc --pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.tpondemand.net:sync/shared-model.git"
},
"keywords": [
"sync",
"tp",
"targetprocess",
"shared-model"
],
"author": "inteam",
"license": "ISC",
"typings": "bin/index.d.ts",
"dependencies": {},
"devDependencies": {
"typescript": "^3.5.3"
},
"files": [
"bin",
"README.md"
],
"publishConfig": {
"access": "public"
}
}