mirror of https://github.com/mode777/rayjs.git
21 lines
492 B
JSON
21 lines
492 B
JSON
{
|
|
"name": "bindings",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --config webpack.config.js",
|
|
"watch": "webpack --watch --config webpack.config.js --mode development"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4",
|
|
"webpack": "^5.82.0",
|
|
"webpack-cli": "^5.0.2"
|
|
}
|
|
}
|