-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
{
"name": "@nexssp/const",
"version": "1.0.13",
"description": "Global and Object constants the easy way. NEW: hidden constant.",
"main": "src/const.js",
"files": [
"src/const.js"
],
"homepage": "https://nexss.com",
"scripts": {
"prepublish": "npm run build",
"build": "npx @nexssp/min@1.0.6",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"helper",
"const",
"variable",
"safe",
"global"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nexssp/const.git"
},
"bugs": {
"url": "https://github.com/nexssp/const/issues",
"email": "mapoart@gmail.com"
},
"engines": {
"node": ">=6.17.0"
},
"author": "Marcin Polak mapoart@gmail.com",
"license": "MIT",
"dependencies": {
"@nexssp/ansi": "^1.1.1",
"@nexssp/stack": "^1.0.9"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/mapoart"
},
{
"type": "github",
"url": "https://github.com/nexssp/cli?sponsor=1"
}
]
}