10 lines
180 B
JSON
10 lines
180 B
JSON
|
{
|
||
|
"name": "@coder/chrome-app",
|
||
|
"dependencies": {
|
||
|
"@types/chrome": "^0.0.79"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "../../../node_modules/.bin/webpack --config ./webpack.config.js"
|
||
|
}
|
||
|
}
|