1234567891011121314151617181920212223242526 |
- {
- "name": "vtest",
- "version": "1.0.0",
- "description": "my vue test",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "webpack"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/HSSSH/vTest.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/HSSSH/vTest/issues"
- },
- "homepage": "https://github.com/HSSSH/vTest#readme",
- "dependencies": {
- "webpack": "^5.24.0"
- },
- "devDependencies": {
- "webpack-cli": "^4.5.0"
- }
- }
|