-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.65 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": "@apollosoftwarexyz/cinnamon-workspaces",
"packageManager": "[email protected]",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/apollosoftwarexyz/cinnamon.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"test": "yarn workspaces foreach -p -A --exclude \"@apollosoftwarexyz/cinnamon-workspaces\" run test",
"lint": "eslint .",
"dependencies:check": "ts-node ./scripts/dependencies.ts",
"prerelease": "ts-node ./scripts/prerelease.ts",
"prepublishOnly": "yarn prerelease",
"clean": "yarn workspaces foreach -p --exclude \"@apollosoftwarexyz/cinnamon-workspaces\" -A run clean",
"build": "yarn workspaces foreach -i -t --exclude \"@apollosoftwarexyz/cinnamon-workspaces\" -A run build",
"watch": "yarn build && yarn workspaces foreach -p -j unlimited -i -A --exclude \"@apollosoftwarexyz/cinnamon-workspaces\" run watch",
"version:check": "yarn version check --interactive",
"version:apply": "yarn version apply --all"
},
"dependencies": {
"@apollosoftwarexyz/cinnamon": "workspace:^"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-plugin-import-quotes": "^0.0.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
}
}