UNPKG

armisa-models

Version:
50 lines 1.15 kB
{ "name": "armisa-models", "version": "1.8.37", "description": "models of armisa!", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/Hamed228/armisaModels" }, "bugs": { "url": "https://github.com/Hamed228/armisaModels/issues" }, "homepage": "https://amisa.co", "author": "Hamed Mirsmaeili", "devDependencies": { "@types/jest": "^29.2.4", "@types/node": "^18.11.13", "@types/react": "^18.0.26", "jest": "^29.3.1", "jest-extended": "^3.2.0", "jest-localstorage-mock": "^2.4.22", "ts-jest": "^29.0.3" }, "scripts": { "build": "tsc", "testM": "clear && npm test", "testW": "cls && npm test", "test": "jest --no-cache", "ua": "npm i amisa-paths@latest" }, "keywords": [ "javascript", "typescript", "amisa", "amisa.me", "amisa.co", "amin system", "امین سیستم" ], "files": [ "dist", "src" ], "dependencies": { "amisa-paths": "^1.0.27", "axios": "^1.2.1", "nums2persian": "^1.0.23" } }