-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 963 Bytes
/
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
{
"repository": "https://github.com/skyekiwi/skyekiwi-protocol",
"author": "SkyeKiwi <[email protected]>",
"license": "Apache-2",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"typescript": "^4.3.5"
},
"scripts": {
"build": "ORG_NAME=SKYEKIWI skyekiwi-dev-build-ts",
"build:release": "ORG_NAME=SKYEKIWI skyekiwi-ci-ghact-build",
"build:rollup": "ORG_NAME=SKYEKIWI skyekiwi-exec-rollup --config",
"lint": "ORG_NAME=SKYEKIWI skyekiwi-dev-run-lint",
"clean": "skyekiwi-dev-clean-build",
"postinstall": "skyekiwi-dev-yarn-only",
"test": "ORG_NAME=SKYEKIWI skyekiwi-dev-run-test --coverage --runInBand"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@skyekiwi/dev": "^0.4.7",
"@types/jest": "^27.0.1",
"@types/node": "^16.11.11",
"dotenv": "^10.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"version": "1.0.2-6",
"packageManager": "[email protected]"
}