postel-ita
Version:
Library to create files compatible with italian Poste Postel system
47 lines • 1.33 kB
JSON
{
"name": "postel-ita",
"version": "1.1.0",
"description": "Library to create files compatible with italian Poste Postel system",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/EmilianoBruni/postel.git"
},
"keywords": [
"nodejs",
"poste",
"italiane"
],
"author": "Emiliano Bruni <info@ebruni.it>",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tsconfig/node16": "^16.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.14.0",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.1"
},
"scripts": {
"dev": "npx nodemon",
"build": "pnpm run clean; tsc",
"clean": "rimraf ./build",
"test": "jest",
"test:coverage": "jest --coverage && rimraf ./coverage",
"lint": "eslint \"src/**/*.[jt]s?(x)\" \"tests/**/*.?(c)[jt]s\"",
"lint:fix": "npm run lint -- --fix"
}
}