mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 04:29:11 +00:00
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"private": true,
|
|
"name": "@template@",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"precommit": "lint-staged",
|
|
"dev": "yarn build --watch"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"lint-staged": "^8.1.7",
|
|
"tslint": "^5.17.0",
|
|
"typescript": "^3.5.1"
|
|
}
|
|
}
|