34 lines
783 B
JSON
Executable File
34 lines
783 B
JSON
Executable File
{
|
|
"name": "xash93d",
|
|
"version": "1.0.0",
|
|
"description": "Xash3D-Emscripten Ported To Win93",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"init": "import.sh",
|
|
"build": "webpack -c webpack.config.js && asar p view/ dist/xash.asar"
|
|
},
|
|
"browserslist": [
|
|
"last 1 version",
|
|
">15%, not dead",
|
|
"not IE <= 11"
|
|
],
|
|
"dependencies": {
|
|
"ajv": "^6.12.6",
|
|
"asar": "^3.0.3",
|
|
"djv": "^2.1.4",
|
|
"fflate": "^0.6.10",
|
|
"node-sass": "^6.0.1",
|
|
"pixel-art-2-svg": "^0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"babel-loader": "^8.2.2",
|
|
"webpack": "^5.33.2",
|
|
"webpack-cli": "^4.6.0"
|
|
},
|
|
"author": "Dakedres",
|
|
"license": "ISC"
|
|
}
|