29 lines
659 B
JSON
29 lines
659 B
JSON
{
|
|
"name": "xash93d",
|
|
"version": "0.1.0",
|
|
"description": "Xash3D for Windows93",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"init": "./import.sh",
|
|
"build": "webpack -c webpack.config.js && asar p view/ dist/xash.abnt"
|
|
},
|
|
"browserslist": [
|
|
"last 1 version",
|
|
">15%, not dead",
|
|
"not IE <= 11"
|
|
],
|
|
"repository": "https://git.sys42.net/dakedres/xash93d.git",
|
|
"author": "Dakedres <ramondolive@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@electron/asar": "^3.2.9",
|
|
"ajv": "^8.12.0",
|
|
"fflate": "^0.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"asar-cli": "^0.2.0",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|