forked from mtoyoda/sl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "sl-repo",
"version": "1.0.0",
"private": true,
"description": "SL (Steam Locomotive) runs across your terminal when you type \"sl\" as you meant to type \"ls\". It's just a joke command.",
"keywords": [
"steam",
"locomotive",
"trains",
"sl",
"ls"
],
"homepage": "https://github.com/scaryrawr/sl#readme",
"bugs": {
"url": "https://github.com/scaryrawr/sl/issues"
},
"repository": "git+https://github.com/scaryrawr/sl.git",
"license": "MIT",
"author": "Mike Wallio",
"main": "index.js",
"workspaces": [
"libraries/*",
"apps/*"
],
"scripts": {
"build": "yarn workspaces run build",
"pretty": "prettier \"{.,**}.{tsx,ts,js,less,json,md,yaml}\" --write",
"test": "yarn workspaces run test"
},
"devDependencies": {
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}