mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-14 20:58:37 +00:00
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"devDependencies": {
|
|
"ava": "^6.2.0",
|
|
"fs-extra": "^11.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "npx ava tests/*.test.js"
|
|
}
|
|
}
|