mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-11 00:03:18 +08:00
17 lines
313 B
JSON
17 lines
313 B
JSON
|
{
|
||
|
"name": "webpack-builder",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"async": "^2.6.1",
|
||
|
"webpack": "^4.12.0",
|
||
|
"worker-farm": "^1.6.0"
|
||
|
}
|
||
|
}
|