-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 856 Bytes
/
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
{
"name": "ssv",
"version": "4.1.1",
"description": "space separated values module",
"main": "ssv.js",
"types": "ssv.d.ts",
"typings": "ssv.d.ts",
"scripts": {
"pretest": "eslint .",
"test": "node test"
},
"author": "Ryan Van Etten",
"license": "UPL-1.0",
"homepage": "https://ryanve.github.io/ssv/",
"funding": "https://github.com/sponsors/ryanve",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanve/ssv.git"
},
"bugs": {
"url": "https://github.com/ryanve/ssv/issues"
},
"devDependencies": {
"eslint": "^8.9.0"
},
"keywords": [
"ssv",
"data",
"util",
"utility",
"classes",
"classname",
"classnames",
"functional",
"javascript",
"typescript",
"set theory",
"strings",
"string",
"values",
"spaces",
"space"
]
}