-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "daniis-tools",
"version": "1.0.0",
"description": "A set of functions, types, better typings and extra methods to improve your coding experience.",
"main": "dist/commonjs-tools.js",
"types": "dist/tools.d.ts",
"author": "Daniel Conley",
"license": "GPL-3.0",
"keywords": [
"tools",
"types",
"prototype",
"methods",
"utility",
"util"
],
"repository": {
"type": "git",
"url": "https://github.com/Daniihh/daniis-typescript-utils.git"
},
"bugs": {
"url": "https://github.com/Daniihh/daniis-typescript-utils/issues"
},
"homepage": "https://github.com/Daniihh/daniis-typescript-utils#readme",
"scripts": {
"test": "mocha",
"compile": "gulp compile"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^12.12.14",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-filter": "^6.0.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge-stream": "^2.0.0",
"mocha": "^6.2.2",
"typescript": "^3.7.3"
}
}