-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 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
33
34
35
36
{
"name": "imho",
"version": "0.0.0",
"private": true,
"description": "",
"homepage": "https://github.com/xzhavilla/imho#readme",
"bugs": {
"url": "https://github.com/xzhavilla/imho/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xzhavilla/imho.git"
},
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build -ws --if-present",
"clean": "npm run clean -ws --if-present",
"release": "env GH_TOKEN=${GITHUB_TOKEN} NODE_AUTH_TOKEN=${NPM_TOKEN} lerna publish -y",
"test": "jest --coverage",
"version": "scripts/tag-workspaces.sh packages/*"
},
"devDependencies": {
"@swc/core": "^1.3.71",
"@swc/jest": "^0.2.27",
"@types/jest": "^29.5.2",
"affex": "^0.12.0",
"jest": "^29.6.1",
"lerna": "^8.1.2",
"nock": "^13.5.4",
"typescript": "^5.4.3"
}
}