aiwebfinances
Version:
Display pricing that covers country inflation
32 lines (31 loc) • 622 B
JSON
{
"name": "aiwebfinances",
"version": "1.0.7",
"description": "Display pricing that covers country inflation",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "npm run test",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "-"
},
"keywords": [
"prices",
"finances",
"inflation"
],
"author": "Cristian",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
}
}