oro-php-locutus
Version:
Fork of few Locutus functions that have been rewritten in TypeScript.
65 lines (64 loc) • 1.84 kB
JSON
{
"name": "oro-php-locutus",
"version": "2.1.6",
"description": "Fork of few Locutus functions that have been rewritten in TypeScript.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"coverage:open": "node coverage.open.js",
"coverage-open": "jest --coverage && node coverage.open.js",
"lint": "eslint .",
"prettier": "prettier --write .",
"clean": "rm -Rf ./dist",
"clean:all": "rm -Rf ./dist ./node_modules ./coverage",
"build": "tsup",
"watch": "nodemon"
},
"keywords": [
"php-locutus",
"typescript",
"serialize",
"unserialize",
"htmlspecialchars",
"md5",
"utf8Encode",
"utf8Decode"
],
"author": "Carlos Oropesa <carlos@oropensando.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/oropesa/oro-php-locutus.git"
},
"bugs": {
"url": "https://github.com/oropesa/oro-php-locutus/issues"
},
"homepage": "https://github.com/oropesa/oro-php-locutus#readme",
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.22.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
}
}