3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
zeppelin/shared/package.json

28 lines
421 B
JSON

{
"name": "@zeppelinbot/shared",
"version": "0.0.1",
"description": "",
"private": true,
"type": "module",
"exports": {
"./*": "./dist/*"
},
"scripts": {
"test": "ava"
},
"devDependencies": {
"ava": "^5.3.1",
"ts-node": "^10.9.1"
},
"ava": {
"files": [
"src/**/*.test.ts"
],
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}