web 3d图形渲染器
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.

34 lines
857 B

  1. {
  2. "name": "babel-plugin-jest-hoist",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/babel-plugin-jest-hoist"
  8. },
  9. "engines": {
  10. "node": ">= 10.14.2"
  11. },
  12. "license": "MIT",
  13. "main": "build/index.js",
  14. "types": "build/index.d.ts",
  15. "dependencies": {
  16. "@babel/template": "^7.3.3",
  17. "@babel/types": "^7.3.3",
  18. "@types/babel__core": "^7.0.0",
  19. "@types/babel__traverse": "^7.0.6"
  20. },
  21. "devDependencies": {
  22. "@babel/core": "^7.11.6",
  23. "@babel/preset-react": "^7.12.1",
  24. "@types/babel__template": "^7.0.2",
  25. "@types/node": "*",
  26. "@types/prettier": "^2.0.0",
  27. "babel-plugin-tester": "^10.0.0",
  28. "prettier": "^2.1.1"
  29. },
  30. "publishConfig": {
  31. "access": "public"
  32. },
  33. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  34. }