Files
jacksonyeet/java-assignment/package.json
louiscklaw 5aaa313cb2 update,
2025-02-01 02:02:19 +08:00

18 lines
816 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "java-assignment",
"version": "1.0.0",
"description": "1. This assignment should be written by individual student. All downloaded materials are not allowed. 2. Plagiarism will be treated seriously. - All assignments that have been found involved wholly or partly in plagiarism (no matter these assignments are from the original authors or from the plagiarists) will score ZERO marks. 3. Your program must use Java JDK7 or above to develop. 4. Your program must be structured and well commented.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write '**/*.java'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"prettier": "^2.8.1",
"prettier-plugin-java": "^2.0.0"
}
}