test/package.json
2024-06-10 10:39:07 +02:00

19 lines
349 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://demo.gitea.com/bernst/test.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.4.5"
}
}