版博士V2.0程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

61 rinda
1.6 KiB

  1. {
  2. "name": "plop",
  3. "version": "3.1.2",
  4. "description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
  5. "main": "./src/plop.js",
  6. "type": "module",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/plopjs/plop.git",
  10. "directory": "packages/plop"
  11. },
  12. "keywords": [
  13. "generator",
  14. "scaffolding",
  15. "yeoman",
  16. "make",
  17. "build",
  18. "generate",
  19. "gen",
  20. "plop"
  21. ],
  22. "author": "Andrew Worcester <andrew@amwmedia.com> (http://amwmedia.com)",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/plopjs/plop/issues"
  26. },
  27. "scripts": {
  28. "test": "npm run test:instrument && npm run vitest && nyc report",
  29. "test:instrument": "nyc instrument ./bin ./instrumented/bin && nyc instrument ./src ./instrumented/src && cp package.json ./instrumented",
  30. "vitest": "vitest run",
  31. "prepublishOnly": "node ./scripts/prepublishOnly.js",
  32. "postpublish": "node ./scripts/postpublish.js"
  33. },
  34. "devDependencies": {
  35. "cli-testing-library": "^1.0.2",
  36. "inquirer-directory": "^2.2.0",
  37. "nyc": "^15.1.0",
  38. "plop-pack-fancy-comments": "^0.2.0",
  39. "queue-microtask": "^1.2.3",
  40. "vitest": "^0.10.0"
  41. },
  42. "homepage": "https://plopjs.com",
  43. "dependencies": {
  44. "@types/liftoff": "^4.0.0",
  45. "chalk": "^5.0.1",
  46. "interpret": "^2.2.0",
  47. "liftoff": "^4.0.0",
  48. "minimist": "^1.2.6",
  49. "node-plop": "^0.31.1",
  50. "ora": "^6.0.1",
  51. "v8flags": "^4.0.0"
  52. },
  53. "engines": {
  54. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  55. },
  56. "preferGlobal": true,
  57. "bin": {
  58. "plop": "./bin/plop.js"
  59. }
  60. }