package.json 545 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "20ful",
  3. "version": "1.0.0",
  4. "description": "静态网站生成",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "npx 20ful serve",
  8. "build": "npx 20ful build"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/punund/20ful-example.git"
  15. },
  16. "keywords": [
  17. "20ful"
  18. ],
  19. "bugs": {
  20. "url": "https://github.com/punund/20ful-example/issues"
  21. },
  22. "homepage": "https://github.com/punund/20ful-example#readme",
  23. "dependencies": {
  24. "20ful": "^0.1.2"
  25. }
  26. }