This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ComputerSecurity/package.json
Andre Henriques 4880b62e64
Some checks failed
continuous-integration/drone Build is failing
Inital commit
2023-11-03 12:09:31 +00:00

17 lines
313 B
JSON

{
"name": "placement-year-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^20.4.8",
"ts-node": "^10.9.1"
}
}