| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "version": "2.0.0",
- "tasks": [
- {
- "type": "npm",
- "script": "install",
- "problemMatcher": []
- },
- {
- "type": "npm",
- "script": "build",
- "group": "build",
- "problemMatcher": []
- },
- {
- "type": "npm",
- "script": "test",
- "group": "test",
- "problemMatcher": []
- },
- {
- "type": "npm",
- "script": "lint",
- "group": "test",
- "problemMatcher": []
- },
- {
- "type": "npm",
- "script": "lint:fix",
- "group": "test",
- "problemMatcher": []
- },
- {
- "type": "npm",
- "script": "clear",
- "problemMatcher": []
- }
- ]
- }
|