34 lines
700 B
JSON
34 lines
700 B
JSON
{
|
|
"name": "@dbis/iru-sdk",
|
|
"version": "1.0.0",
|
|
"description": "DBIS IRU TypeScript/JavaScript SDK",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"keywords": [
|
|
"dbis",
|
|
"iru",
|
|
"banking",
|
|
"sdk"
|
|
],
|
|
"author": "DBIS",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.0.0",
|
|
"jest": "^29.0.0",
|
|
"@types/jest": "^29.0.0",
|
|
"eslint": "^8.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.0.0"
|
|
}
|
|
}
|