This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/scriptcraft/src/main/ts/package.json

15 lines
367 B
JSON
Raw Normal View History

2020-04-28 02:30:12 +00:00
{
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"typedoc": "latest",
"typescript": "latest"
},
"scripts": {
2020-04-28 14:16:47 +00:00
"eslint": "eslint --ignore-path .gitignore \"src/**/*\"",
2020-04-28 02:30:12 +00:00
"build": "tsc",
"typedoc": "typedoc"
}
}