mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"name": "esm-use",
|
|
"private": true,
|
|
"dependencies": {
|
|
"web-encoding": "file:../.."
|
|
},
|
|
"scripts": {
|
|
"test": "npm install && tsc --noEmit --allowJs --checkJs src/main.js"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|