mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-12 13:59:47 +08:00
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"name": "baoyu-skills",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test",
|
|
"test:coverage": "node --experimental-test-coverage --test"
|
|
}
|
|
}
|