28 lines
685 B
JSON
28 lines
685 B
JSON
{
|
|
"name": "aaaidk",
|
|
"version": "0.0.1",
|
|
"description": "idk",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack -p",
|
|
"watch": "webpack -w --mode=development"
|
|
},
|
|
"keywords": [],
|
|
"private": true,
|
|
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/plugin-transform-runtime": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"babel-loader": "^8.0.4",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"standard": "^12.0.1",
|
|
"webpack": "^4.26.0",
|
|
"webpack-command": "^0.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.5"
|
|
}
|
|
}
|