holo-project
Version:
This project has been created using **webpack-cli**, you can now run
29 lines (28 loc) • 746 B
JSON
{
"name": "holo-project",
"version": "0.0.0",
"description": "This project has been created using **webpack-cli**, you can now run",
"main": "holo/holoGlobal.js",
"scripts": {
"production": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/K-E-L/holo.git"
},
"author": "kel",
"license": "ISC",
"bugs": {
"url": "https://github.com/K-E-L/holo/issues"
},
"homepage": "https://github.com/K-E-L/holo#readme",
"devDependencies": {
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {},
"keywords": [
"holo"
]
}