themer/cli/package.json

13 lines
151 B
JSON
Raw Permalink Normal View History

{
"private": true,
2018-08-29 03:14:40 +00:00
"workspaces": [
"packages/*"
],
"scripts": {
2020-04-23 13:17:03 +00:00
"test": "jest"
},
"devDependencies": {
2020-04-01 13:45:04 +00:00
"jest": "^25.2.4"
}
}