-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "ember-phone-input",
"version": "10.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/qonto/ember-phone-input.git"
},
"license": "MIT",
"author": "",
"scripts": {
"build": "pnpm --filter ember-phone-input build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"lint:types": "pnpm --filter '*' lint:types",
"prepare": "pnpm build",
"postinstall": "lefthook install",
"release": "release-it",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-phone-input start",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.4.4",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"concurrently": "8.2.2",
"lefthook": "^1.6.1",
"prettier": "3.2.4",
"release-it": "16.3.0"
},
"engines": {
"node": ">= 18"
},
"volta": {
"node": "18.19.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}