package.json
451 Bytes
{
"name": "dma-common-backend",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"devDependencies": {
"typescript": "^4.0.3"
},
"repository": {
"type": "git",
"url": "https://tanawat@192.168.10.40/DMA/dma-common-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}