-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
46
47
48
49
50
51
{
"name": "@noqcks/generated",
"version": "8.0.1",
"description": "Generated detects files that have been automatically generated",
"main": "dist/lib/generated.js",
"types": "dist/lib/generated.d.ts",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"prepare": "npm run build",
"test": "jest --config jest.config.mjs",
"lint": "eslint ."
},
"packageManager": "pnpm@9.15.4",
"author": "Benji Visser <benji@093b.org>",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.1",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.15.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noqcks/generated.git"
},
"keywords": [
"generated",
"detection",
"files"
],
"bugs": {
"url": "https://github.com/noqcks/generated/issues"
},
"homepage": "https://github.com/noqcks/generated#readme"
}