UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

56 lines (55 loc) • 1.51 kB
{ "name": "@rnaga/wp-node", "version": "1.3.10", "description": "", "scripts": { "build": "rm -rf ./dist && tsc --project tsconfig.build.json && npm run copyfiles && cp package.json ./dist/", "clean": "tsc --build --clean", "copyfiles": "copyfiles -u 1 \"src/**/*.d.ts\" dist", "release-old": "npm --no-git-tag-version version patch && cp ../../.npmrc ./dist/ && cp package.json ./dist/ && cd ./dist/ && npm publish", "release": "../../scripts/release.sh", "test-copy": "../../scripts/test.sh" }, "keywords": [ "wordpress", "typescript", "node", "database", "mysql", "mariadb" ], "author": "Ryohei Nagatsuka", "license": "MIT", "devDependencies": { "@types/node": "^22", "@types/sodium-native": "^2.3.9", "copyfiles": "^2.4.1", "ts-node": "^10.9.1", "typescript": "^5.9", "wordpress-hash-node": "^1.0.0" }, "dependencies": { "@types/bcryptjs": "^2.4.6", "bcryptjs": "^3.0.2", "deep-object-diff": "^1.1.9", "knex": "^3.1.0", "moment-timezone": "^0.6.0", "mysql2": "^3.14.0", "php-serialize": "^5", "reflect-metadata": "^0.1.13", "sodium-native": "^5.0.8", "zod": "^4.0.5" }, "repository": { "type": "git", "url": "git+https://github.com/rnaga/wp-node.git" }, "optionalDependencies": { "dotenv": "^16.4.5" }, "type": "commonjs", "bugs": { "url": "https://github.com/rnaga/wp-node/issues" }, "homepage": "https://github.com/rnaga/wp-node" }