Added Dependencies

Added the first package.json and its lock file. Currently they only include grunt (a task runner) and auto completion/linting packages for screeps.
main
Peery 2 years ago
parent 487476d748
commit 445b0449dd

1845
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -0,0 +1,8 @@
{
"dependencies": {
"@types/lodash": "^4.14.185",
"@types/screeps": "^3.3.0",
"grunt": "^1.5.3",
"grunt-screeps": "^1.5.0"
}
}
Loading…
Cancel
Save