mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
14 lines
217 B
JSON
14 lines
217 B
JSON
{
|
|
"name": "ts-use",
|
|
"private": true,
|
|
"dependencies": {
|
|
"web-encoding": "file:../.."
|
|
},
|
|
"scripts": {
|
|
"test": "npm install && tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|