1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-11 00:03:18 +08:00
cfx-server-data/resources/[system]/[builders]/webpack/package.json

17 lines
313 B
JSON
Raw Normal View History

2018-10-03 22:57:57 +08:00
{
"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"
}
}