mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-04-22 10:52:11 +00:00
21 lines
632 B
JSON
21 lines
632 B
JSON
{
|
|
"name": "game-of-life",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://git.delta-wings.net/Avior/game-of-life.js",
|
|
"author": "Avior <florian.bouillon@delta-wings.net>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"watch": "webpack --progress --profile --colors --watch --mode='development'",
|
|
"build:prod": "webpack --progress --profile --colors --mode='production'",
|
|
"build:dev": "webpack --progress --profile --colors --mode='development'"
|
|
},
|
|
"dependencies": {
|
|
"ts-loader": "^6.1.2",
|
|
"typescript": "^3.6.3",
|
|
"webpack": "^4.41.0",
|
|
"webpack-cli": "^3.3.9"
|
|
}
|
|
}
|