-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "biati.phpcsfixer",
"version": "4.2.3",
"description": "PHP CS Fixer formatter",
"main": "main.js",
"scripts": {
"build": "npx rollup -c",
"watch": "onchange -i \"Scripts/**/*.js\" -- npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biati-digital/nova-php-cs-fixer.git"
},
"author": "biati",
"license": "ISC",
"bugs": {
"url": "https://github.com/biati-digital/nova-php-cs-fixer/issues"
},
"homepage": "https://github.com/biati-digital/nova-php-cs-fixer#readme",
"dependencies": {
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"fast-diff": "^1.2.0",
"js-beautify": "^1.14.0",
"nova-npm-executable": "^0.1.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"onchange": "^7.0.2",
"rollup": "^2.48.0"
}
}