-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "fipy",
"version": "1.2.0",
"description": "A simple and easy package to copy files",
"main": "dist/fipy.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"watch": "tsc -w",
"lint": "eslint -c .eslintrc --ext .ts ./src",
"lint-fix": "eslint -c .eslintrc --ext .ts --fix ./src"
},
"author": "Oliver Nybo <oliver@nybo.dev>",
"license": "MIT",
"repository": "github:olivernybo/fipy",
"keywords": [
"copy",
"files",
"copy-files",
"copy-files-package",
"folder",
"copy-folder",
"copy-folder-package",
"copy-folder-files",
"utility",
"utility-package",
"utility-files",
"utility-folder",
"recursive",
"recursive-copy",
"recursive-copy-files",
"recursive-copy-folder",
"regex",
"regex-copy",
"regex-copy-files",
"regex-copy-folder",
"regex-copy-folder-files"
],
"devDependencies": {
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"typescript": "^4.8.3"
}
}