-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
44
45
{
"name": "flagtail-monorepo",
"description": "tools to improve JavaScript code stability and quality",
"private": true,
"scripts": {
"test": "jest",
"@example/jam/env.js":"lerna run exec --scope flagtail-jam-js-env",
"@example/jam/env.ts":"lerna run exec --scope flagtail-jam-ts-env",
"@example/jam/migration.js":"lerna run exec --scope flagtail-jam-js-migration",
"@example/jam/migration.ts":"lerna run exec --scope flagtail-jam-ts-migration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhie-coder/flagtail.git"
},
"keywords": [
"flagtail"
],
"author": {
"name": "RHIE MINHYUNG",
"githubUsername": "rhie-coder",
"url": "https://github.com/rhie-coder"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rhie-coder/flagtail/issues"
},
"homepage": "https://github.com/rhie-coder/flagtail",
"devDependencies": {
"@nx/jest": "^16.7.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.0",
"@types/jest": "^29.5.3",
"jest": "^29.3.1",
"lerna": "^7.1.5",
"nx": "^16.7.1",
"rollup": "^3.28.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"workspaces": [
"packages/**/*"
]
}