-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
{
"name": "@codesweets/file",
"version": "1.0.11",
"description": "Tasks related to the creation and manipulation of files and directories.",
"keywords": [
"codesweets-tasks"
],
"main": "bin/main.js",
"types": "src/main.ts",
"scripts": {
"build": "./build.sh",
"test": "./test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/codesweets/file.git"
},
"publishConfig": {
"access": "public"
},
"author": "Trevor Sundberg",
"license": "MIT",
"dependencies": {
"@codesweets/core": "^1.0.37",
"@types/decompress": "^4.2.3",
"@types/find": "^0.2.1",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.0.10",
"data-urls": "^1.1.0",
"decompress": "^4.2.0",
"detect-indent": "^6.0.0",
"fast-glob": "^3.0.4",
"fast-json-patch": "^3.0.0-0",
"find": "^0.3.0",
"mkdirp": "^0.5.1",
"string-to-regexp": "^0.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"codesweets": "^1.0.46",
"eslint": "^5.16.0",
"typescript": "^3.4.5"
}
}