1
0
Fork 0
toolkit/package.json

24 lines
577 B
JSON
Raw Normal View History

{
"name": "root",
"private": true,
"scripts": {
2019-04-20 15:07:55 +00:00
"bootstrap": "lerna bootstrap",
2019-04-20 15:00:36 +00:00
"build": "lerna run tsc",
"format": "prettier --write packages/**/*.ts",
"format-check": "prettier --check packages/**/*.ts",
2019-04-22 15:54:05 +00:00
"new-package": "scripts/create-package",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.13.5",
"@types/signale": "^1.2.1",
"jest": "^24.7.1",
"jest-circus": "^24.7.1",
"lerna": "^3.13.3",
2019-04-19 19:35:44 +00:00
"prettier": "^1.17.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.4"
}
}