aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-test-utils/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/turbo-test-utils/package.json')
-rw-r--r--packages/turbo-test-utils/package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/turbo-test-utils/package.json b/packages/turbo-test-utils/package.json
new file mode 100644
index 0000000..ff3f7f9
--- /dev/null
+++ b/packages/turbo-test-utils/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "@turbo/test-utils",
+ "version": "0.0.0",
+ "private": true,
+ "description": "",
+ "homepage": "https://turbo.build/repo",
+ "keywords": [],
+ "author": "Vercel",
+ "main": "src/index.ts",
+ "license": "MPL-2.0",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vercel/turbo",
+ "directory": "packages/turbo-test-utils"
+ },
+ "bugs": {
+ "url": "https://github.com/vercel/turbo/issues"
+ },
+ "scripts": {
+ "lint": "eslint src/**/*.ts",
+ "check-types": "tsc --noEmit"
+ },
+ "devDependencies": {
+ "@types/fs-extra": "^9.0.13",
+ "@types/jest": "^27.4.0",
+ "@types/js-yaml": "^4.0.5",
+ "@types/node": "^16.11.12",
+ "@types/uuid": "^9.0.0",
+ "jest": "^27.4.3",
+ "ts-jest": "^27.1.1",
+ "@turbo/tsconfig": "workspace:*",
+ "typescript": "^4.7.4"
+ },
+ "dependencies": {
+ "fs-extra": "^11.1.0",
+ "js-yaml": "^4.1.0",
+ "json5": "^2.2.3",
+ "uuid": "^9.0.0"
+ }
+}