regexus
Version:
Human Readable Regular Expressions
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "regexus",
"version": "0.0.2",
"description": "Human Readable Regular Expressions",
"main": "dist",
"types": "dist",
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "vite build && tsc -p .",
"lint": "eslint \"src/**/*.ts\"",
"prepublish": "npm run build",
"fmt": "prettier --config .prettierrc \"**/*.{ts,mjs}\" --write",
"test": "ts-jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlenVelocity/RegExus.git"
},
"keywords": [
"regex",
"string",
"regex-builder"
],
"author": "Alen Yohannan",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlenVelocity/RegExus/issues"
},
"homepage": "https://github.com/AlenVelocity/RegExus#readme",
"devDependencies": {
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vite-plugin-banner": "^0.7.1"
}
}