-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "takeshape-gatsby",
"version": "2.0.1",
"engines": {
"node": ">=10"
},
"author": {
"name": "TakeShape",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/takeshape/takeshape-gatsby"
},
"scripts": {
"build": "pnpm run build --filter {packages}",
"develop": "pnpm run develop --recursive --parallel",
"lint": "pnpm run lint --recursive",
"preinstall": "npx only-allow pnpm",
"publish": "pnpm recursive exec --filter gatsby-source-takeshape -- npm publish",
"reset": "pnpm run reset --filter {packages} --parallel && rimraf node_modules pnpm-lock.yaml",
"test": "pnpm run test --recursive",
"version": "pnpm recursive exec --filter {packages} -- npm version --no-git-tag-version $npm_package_version && git add -A ."
},
"husky": {
"hooks": {
"pre-push": "pnpm run pre-push --parallel --filter ...[origin/trunk]"
}
},
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/node-fetch": "^2.5.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"husky": "^4.2.5",
"jest": "^26.4.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.2.0",
"typescript": "^4.0.0"
}
}