@vini-wine/core-dtos
Version:
Core package for Vini frontend DTOs.
51 lines (50 loc) • 1.38 kB
JSON
{
"name": "@vini-wine/core-dtos",
"version": "1.0.32",
"description": "Core package for Vini frontend DTOs.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/vini-wine/core-dtos.git"
},
"keywords": [
"Vini",
"Core",
"Frontend",
"DTOs"
],
"author": "Jordancho Eftimov",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/vini-wine/core-dtos/issues"
},
"homepage": "https://bitbucket.org/vini-wine/core-dtos#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@vini-wine/core-enums": "^1.0.56"
}
}