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/src/main/ts/package.json
TheBrokenRail 855fd08287
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Improve Structure
2020-04-28 12:44:44 -04:00

16 lines
394 B
JSON

{
"name": "scriptcraft",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"typedoc": "latest",
"typescript": "latest"
},
"scripts": {
"eslint": "eslint --ignore-path .gitignore \"src/**/*\"",
"build": "tsc",
"typedoc": "typedoc"
}
}