@vini-wine/core-utils
Version:
Core package for Vini frontend utils.
55 lines (54 loc) • 1.57 kB
JSON
{
"name": "@vini-wine/core-utils",
"version": "1.0.13",
"description": "Core package for Vini frontend utils.",
"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-utils.git"
},
"keywords": [
"Vini",
"Core",
"Frontend",
"Utils"
],
"author": "Jordancho Eftimov",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/vini-wine/core-utils/issues"
},
"homepage": "https://bitbucket.org/vini-wine/core-utils#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vini-wine/admin-core-models": "1.x",
"@vini-wine/analytic-core-models": "^1.x",
"@vini-wine/content-core-models": "^1.x",
"@vini-wine/offer-core-models": "^1.x",
"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.44"
}
}