-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.61 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
{
"name": "@openfn/kit",
"version": "1.0.0",
"private": true,
"description": "Packages to support OpenFn v2",
"scripts": {
"build": "pnpm run clean && pnpm -r --filter=./packages/* run build",
"clean:local": "rimraf dist/**/*",
"clean": "rimraf packages/*/dist",
"export": "sh scripts/export.sh",
"format": "prettier --write packages/*/src",
"generate-slack-report": "node ./scripts/slack-publish-message.js",
"install:global": "pnpm build && pnpm run pack && node ./build/install-global.js",
"install:openfnx": "pnpm install:global",
"pack:local": "pnpm run pack && node ./build/pack-local.js",
"pack": "pnpm -r run pack",
"test:format": "prettier --check packages/*/src",
"test:integration": "pnpm -r --filter=./integration-tests/* run test",
"test:types": "pnpm -r --filter=./packages/* run test:types",
"test": "pnpm -r --filter=./packages/* run test",
"typesync": "pnpm exec typesync && pnpm -r exec typesync && pnpm install"
},
"keywords": [],
"author": "Open Function Group",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@slack/web-api": "^6.12.1",
"@swc-node/register": "^1.10.9",
"@types/gunzip-maybe": "^1.4.0",
"@types/rimraf": "^3.0.2",
"@types/tar-stream": "^2.2.2",
"gunzip-maybe": "^1.4.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"semver": "^7.5.4",
"tar-stream": "^3.0.0",
"typesync": "^0.13.0"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}