jsKeyPressed/package.json

23 lines
516 B
JSON

{
"name": "jskeypressed",
"version": "1.0.0",
"description": "",
"main": "./js/index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "gitea@iiiypuk.me:iiiypuk/jsKeyPressed.git"
},
"author": "Alexander Popov",
"license": "MIT",
"devDependencies": {
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}