-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
31 lines (31 loc) · 951 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
{
"name": "workspace-root",
"version": "8.0.0",
"private": true,
"homepage": "https://RobbieTheWagner.github.io/ember-flatpickr",
"repository": "https://github.com/RobbieTheWagner/ember-flatpickr",
"license": "MIT",
"author": {
"name": "Robert Wagner",
"email": "rwwagner90@gmail.com",
"url": "https://github.com/RobbieTheWagner"
},
"scripts": {
"build": "pnpm --filter ember-flatpickr build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-flatpickr start",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"concurrently": "^8.0.1",
"release-plan": "^0.9.0"
},
"engines": {
"node": "18.* || >= 20",
"pnpm": "^9.6.0"
}
}