You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
527 B
JSON
22 lines
527 B
JSON
{
|
|
"name": "ebermergen",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode development",
|
|
"build": "webpack --mode production",
|
|
"build-fresh": "rm -rf build/ && npm run build",
|
|
"serve": "ws -d build --compress --hostname 0.0.0.0",
|
|
"test": "tests",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write src/**/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@localhost:ebermergen"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|