20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"name": "js-validationform",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://_gitea@git.alexanderk.net:3022/ak/js-validationform.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"webpack": "^5.88.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|