rex/package.json

36 lines
805 B
JSON

{
"name": "@d3v4pp/rex",
"version": "0.0.4",
"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 <D3v4pp>",
"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"
}
}