Files
mini-loader/package.json
2024-01-14 12:49:54 +01:00

34 lines
855 B
JSON

{
"name": "@morten-olsen/mini-loader-repo",
"private": "true",
"license": "GPL-3.0",
"packageManager": "pnpm@8.10.4",
"version": "1.0.0",
"scripts": {
"prepare": "pnpm run build",
"build": "turbo build",
"build:dev": "tsc --build --watch",
"test:lint": "eslint ./packages/*/src",
"test": "pnpm run test:lint"
},
"keywords": [],
"author": "",
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"eslint": "^8.53.0",
"prettier": "^2.8.8",
"turbo": "^1.10.16",
"typescript": "^5.3.3"
},
"dependencies": {
"@pnpm/find-workspace-packages": "^6.0.9",
"@types/node": "^20.10.8",
"ts-node": "^10.9.2"
},
"homepage": "https://github.com/morten-olsen/mini-loader",
"repository": {
"type": "git",
"url": "https://github.com/morten-olsen/mini-loader"
}
}