-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.33 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@wumpjs/utils",
"version": "1.0.1",
"description": "Some Utils for Wump.JS",
"main": "./src/index.js",
"types": "./src/global.d.ts",
"private": false,
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
"import": "./src/index.js",
"require": "./build/index.cjs",
"types": "./src/global.d.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wumpjs/utils.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/wumpjs/utils"
},
"keywords": [
"wump",
"wump.js",
"discord",
"utils"
],
"author": "Davut Özgür Süküti",
"contributors": [
{
"name": "Rexar",
"contact": "github.com/davutozgursukuti4531"
},
{
"name": "Nicat Dcw",
"contact": "github.com/Nicat-dcw"
},
{
"name": "Erqewee",
"contact": "github.com/erqeweew"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wumpjs/utils/issues"
},
"homepage": "https://github.com/wumpjs/utils#readme",
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5"
}
}