med_ch
Version:
32 lines • 832 B
JSON
{
"name": "labfive_rumyantsev",
"version": "1.0.0",
"description": "Study work. Сombines an array of strings.",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development",
"watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GennadiyProg/lab5.git"
},
"author": "RumyantsevGS",
"license": "GPL-3.0 license",
"bugs": {
"url": "https://github.com/GennadiyProg/lab5/issues"
},
"homepage": "https://github.com/GennadiyProg/lab5#readme",
"keywords": [
"npm",
"js",
"university"
],
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"labfive": "^1.0.3"
}
}