23 lines
445 B
JSON
Executable file
23 lines
445 B
JSON
Executable file
{
|
|
"name": "js-todolist",
|
|
"version": "1.0.0",
|
|
"description": "to-do list implemented in ES6",
|
|
"main": "js/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [
|
|
"js",
|
|
"javascript",
|
|
"odin",
|
|
"todo",
|
|
"list"
|
|
],
|
|
"author": "ak",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|