forked from junho2343/temping
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 819 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 819 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
38
39
40
41
{
"name": "temping",
"version": "1.0.11",
"description": "Temporary files & directorires easy CREATE and DELETE",
"keywords": [
"temping",
"temporary",
"tmp",
"temp",
"tempdir",
"tempfile",
"tmpdir",
"tmpfile",
"node",
"nodejs",
"node.js"
],
"main": "./dist/temping",
"dependencies": {
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/rimraf": "^3.0.0",
"typescript": "^4.2.4"
},
"scripts": {
"build": "tsc",
"example": "tsc && node ./example/index.js"
},
"author": {
"name": "Junho Moon",
"email": "junho234323@gmail.com",
"url": "https://junho2343.github.io"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/junho2343/temping.git"
}
}