GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
852 B

2 months ago
  1. {
  2. "name": "firepit",
  3. "version": "1.1.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "fmt": "prettier --write *.js",
  8. "pkg": "pkg -c package.json firepit.js --out-path dist/ && shx chmod +x dist/firepit-*",
  9. "ship": "gsutil -m cp dist/* gs://fir-tools-builds/firepit/ && gsutil iam ch allUsers:objectViewer gs://fir-tools-builds"
  10. },
  11. "author": "",
  12. "license": "MIT",
  13. "dependencies": {
  14. "chalk": "^2.4.2",
  15. "npm": "^6.10.2",
  16. "shelljs": "^0.8.3",
  17. "shx": "^0.3.2",
  18. "user-home": "^2.0.0"
  19. },
  20. "pkg": {
  21. "scripts": [
  22. "node_modules/npm/src/**/*.js"
  23. ],
  24. "assets": [
  25. "node_modules/.bin/**",
  26. "node_modules/npm/bin/**/*",
  27. "node_modules/npm/node_modules/node-gyp/**/*",
  28. "vendor/**"
  29. ]
  30. },
  31. "devDependencies": {
  32. "pkg": "^5.7.0",
  33. "prettier": "^1.15.3"
  34. }
  35. }