phpfmt
Version:
phpfmt installer for Node.js
36 lines (35 loc) • 770 B
JSON
{
"name": "phpfmt",
"version": "0.0.10",
"description": "phpfmt installer for Node.js",
"main": "index.js",
"typings": "index.d.ts",
"keywords": [
"phpfmt",
"php"
],
"author": "kokororin",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/kokororin/node-phpfmt.git"
},
"bugs": {
"url": "https://github.com/kokororin/node-phpfmt/issues"
},
"homepage": "https://github.com/kokororin/node-phpfmt#readme",
"scripts": {
"test": "node test.js"
},
"devDependencies": {
"@kokororin/prettierrc": "^0.1.1"
},
"files": [
"v1/*.js",
"v2/*.js",
"parser/*.js",
"index.js",
"index.d.ts"
],
"packageManager": "pnpm@10.15.1"
}