UNPKG

amisa-forms

Version:
48 lines 1.07 kB
{ "name": "amisa-forms", "version": "0.0.3", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "files": [ "./dist/*" ], "repository": { "type": "git", "url": "https://github.com/Hamed228/armisaModels" }, "bugs": { "url": "https://github.com/Hamed228/armisaModels/issues" }, "description": "models of armisa!", "homepage": "https://amisa.co", "author": "Hamed Mirsmaeili", "keywords": [ "javascript", "typescript", "amisa", "amisa.me", "amisa.co", "amin system", "امین سیستم", "آمیسا" ], "devDependencies": { "@types/jest": "^29.2.4", "@types/react": "^18.0.26", "eslint": "^7.32.0", "typescript": "^4.5.2", "jest": "^29.3.1", "jest-extended": "^3.2.0", "jest-localstorage-mock": "^2.4.22", "ts-jest": "^29.0.3", "eslint-config-custom": "0.0.0", "tsconfig": "0.0.0" }, "dependencies": {}, "scripts": { "dev": "tsc --watch --outDir dist", "build": "tsc --outDir dist", "lint": "eslint *.ts*" } }