gridtracker/package.json

17 wiersze
523 B
JSON
Czysty Zwykły widok Historia

2020-10-31 13:56:50 +00:00
{
"name": "gridtracker-development",
2020-11-11 00:36:42 +00:00
"version": "1.0.0",
2020-10-31 13:56:50 +00:00
"devDependencies": {
"nwjs-builder-phoenix": "^1.15.0",
2020-12-05 06:55:28 +00:00
"prettier": "^2.2.1"
2020-10-31 13:56:50 +00:00
},
"scripts": {
"test": "npm run prettier-check",
"prettier-check": "npx prettier --check package.nw",
"prettier-write": "npx prettier --write package.nw",
"dist": "build --concurrent --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 package.nw",
"distsome": "build --debug --tasks linux-x64,mac-x64 package.nw",
"start": "run package.nw"
2020-10-31 13:56:50 +00:00
}
}