mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
13 lines
234 B
JSON
13 lines
234 B
JSON
{
|
|
"name": "@roleypoly/types",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"precommit": "lint-staged"
|
|
},
|
|
"devDependencies": {
|
|
"lint-staged": "^8.1.7",
|
|
"tslint": "^5.17.0",
|
|
"typescript": "^3.5.1"
|
|
}
|
|
}
|