-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 746 Bytes
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
{
"name": "with-tmp",
"author": "Charles Kenney <me@ch4z.io>",
"version": "1.1.1",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/charliekenney23/fs-cmp.git"
},
"keywords": [
"files",
"fs",
"directories",
"tmp",
"tmpdir"
],
"scripts": {
"build": "tsc -p ./",
"test": "jest"
},
"dependencies": {
"fs-extra": "^8.0.1",
"rimraf": "^3.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.0",
"@types/jest": "^25.1.0",
"@types/node": "^14.0.0",
"@types/rimraf": "^3.0.0",
"fs-cmp": "^1.0.0",
"jest": "^24.8.0",
"ts-jest": "^25.1.0",
"typescript": "^3.4.5"
}
}