generated from astrohelm/node-workspace
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (47 loc) · 1.27 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
{
"license": "MIT",
"version": "2.1.0",
"type": "commonjs",
"name": "filesnitch",
"homepage": "https://astrohelm.ru",
"description": "Astrohelm file system watcher",
"author": "Alexander Ivanov <sashapop101@gmail.com>",
"keywords": [
"nodejs",
"javascript",
"astrohelm",
"fs",
"watcher",
"filesystem",
"zero-dependencies",
"deduplication",
"snitch"
],
"main": "index.js",
"types": "types/index.d.ts",
"packageManager": "npm@9.6.4",
"readmeFilename": "README.md",
"engines": { "node": ">= 22" },
"files": ["/lib", "/types"],
"scripts": {
"test": "node --test",
"dev": "node index.js",
"prettier:fix": "prettier --write \"**/*.{js,ts,json,html,cjs,md,yaml}\"",
"eslint:fix": "eslint --fix \"**/*.{js,ts}\""
},
"repository": { "type": "git", "url": "git+https://github.com/astrohelm/filesnitch.git" },
"bugs": {
"url": "https://github.com/astrohelm/filesnitch/issues",
"email": "sashapop101@gmail.com"
},
"devDependencies": {
"@types/node": "^20.11.30",
"eslint": "^8.57.0",
"eslint-config-astrohelm": "^1.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
}
}