mission.common
Version:
Request and Response dto object
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "mission.common",
"version": "1.1.2",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"description": "Request and Response dto object",
"repository": {
"url": "https://natarajanmca11@bitbucket.org/natarajanmca11/mission.common.git"
},
"scripts": {
"prebuild": "rimraf build && npm run lint",
"lint": "tslint src/**/*.ts",
"build": "tsc -p tsconfig.json",
"prepublishOnly": "npm run build",
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"keywords": [
"mission",
"mission.io",
"mission.common",
"common",
"client",
"server"
],
"typescript": {
"definition": "index.d.ts"
},
"author": {
"name": "Natarajan Ganapathi",
"email": "natarajanmca11@gmail.com",
"url": "http://www.linkedin.com/in/natarajanganapathi"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"jest": "29.3.1",
"rimraf": "4.0.4",
"ts-jest": "29.0.5",
"tslint": "5.20.1",
"typescript": "4.9.4"
}
}