3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/shared/package.json

25 lines
356 B
JSON
Raw Normal View History

{
"name": "@zeppelin/shared",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"test": "ava"
},
"devDependencies": {
2023-07-01 11:11:48 +00:00
"ava": "^5.3.1",
"ts-node": "^10.9.1"
},
"ava": {
"files": [
"src/**/*.test.ts"
],
2019-11-07 22:52:40 +02:00
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}