{ "name": "@d3v4pp/rex", "version": "0.0.3", "description": "a set of usefull regEx By D3v4pp", "main": "index.js", "scripts": { "test":"mocha tests" }, "files": [ "index.d.ts", "index.js", "package.json", "README.md" ], "repository": { "type": "git", "url": "https://cvs.d3v4pp.fr/D3V4PP/Rex.git" }, "author": { "name" : "Ayoub Hassani ", "email" : "ayoub@d3v4pp.fr", "url" : "https://d3v4pp.fr/" }, "funding": "https://paypal.me/SupportTheDoc", "homepage": "https://cvs.d3v4pp.fr/D3V4PP/Rex/src/master/README.md", "bugs": { "url" : "https://cvs.d3v4pp.fr/D3V4PP/Rex/issues", "email" : "ayoub@d3v4pp.fr" }, "keywords": ["regex","validation"], "license": "ISC", "devDependencies": { "mocha": "^9.0.1" } }