1234567891011121314151617181920212223242526 |
- {
- "name": "20ful",
- "version": "1.0.0",
- "description": "静态网站生成",
- "main": "index.js",
- "scripts": {
- "dev": "npx 20ful serve",
- "build": "npx 20ful build"
- },
- "author": "",
- "license": "ISC",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/punund/20ful-example.git"
- },
- "keywords": [
- "20ful"
- ],
- "bugs": {
- "url": "https://github.com/punund/20ful-example/issues"
- },
- "homepage": "https://github.com/punund/20ful-example#readme",
- "dependencies": {
- "20ful": "^0.1.2"
- }
- }
|