Files
toolkit/package.json
T

17 lines
299 B
JSON
Raw Normal View History

2019-04-19 14:29:24 -04:00
{
"name": "root",
"private": true,
2019-04-19 14:53:42 -04:00
"scripts": {
"test": "jest"
},
2019-04-19 14:29:24 -04:00
"devDependencies": {
2019-04-19 15:15:34 -04:00
"@types/jest": "^24.0.11",
"@types/node": "^11.13.5",
2019-04-19 14:53:42 -04:00
"jest": "^24.7.1",
"jest-circus": "^24.7.1",
2019-04-19 15:15:34 -04:00
"lerna": "^3.13.3",
"ts-jest": "^24.0.2",
"typescript": "^3.4.4"
2019-04-19 14:29:24 -04:00
}
}