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