-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
31 lines (31 loc) · 851 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": "@nullvoxpopuli/limber-untyped",
"private": true,
"version": "0.0.1",
"devDependencies": {
"@glint/template": "1.3.0",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "2.0.0",
"typescript": "^5.3.3"
},
"scripts": {
"lint": "pnpm -w exec lint",
"lint:fix": "pnpm -w exec lint fix",
"lint:js": "pnpm -w exec lint js",
"lint:js:fix": "pnpm -w exec lint js:fix",
"lint:prettier:fix": "pnpm -w exec lint prettier:fix",
"lint:prettier": "pnpm -w exec lint prettier"
},
"volta": {
"extends": "../../package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/NullVoxPopuli/limber.git",
"directory": "packages/untyped"
},
"license": "MIT",
"author": "NullVoxPopuli"
}