34 lines
909 B
JSON
34 lines
909 B
JSON
{
|
|
"name": "audiogame-tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint . --ext .ts",
|
|
"format": "prettier --config .prettierrc engine/**/*.ts --write",
|
|
"compile:engine": "tsc",
|
|
"watch:engine": "tsc -w",
|
|
"bundle:engine": "webpack --config webpack.engine.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.7",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.7.0",
|
|
"@typescript-eslint/parser": "^4.7.0",
|
|
"eslint": "^7.13.0",
|
|
"prettier": "^2.1.2",
|
|
"ts-loader": "^8.0.11",
|
|
"typescript": "^4.0.5",
|
|
"webpack": "^5.4.0",
|
|
"webpack-cli": "^4.2.0"
|
|
}
|
|
}
|