-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
46
47
48
49
{
"name": "fiftyten-cli-tools",
"version": "1.0.0",
"description": "Command line tools for Fiftyten platform",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"clean": "pnpm -r clean",
"dev": "pnpm -r dev",
"publish-packages": "pnpm -r publish --access public"
},
"keywords": [
"fiftyten",
"5010-technologies",
"cli",
"tools",
"database",
"aws",
"session-manager"
],
"author": "5010 Technologies Team",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"prettier": "^3.0.0",
"eslint": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0"
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5010-dev/fiftyten-cli-tools.git"
},
"bugs": {
"url": "https://github.com/5010-dev/fiftyten-cli-tools/issues"
},
"homepage": "https://github.com/5010-dev/fiftyten-cli-tools#readme"
}