-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 894 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
{
"name": "@everbit-software/flex-list",
"version": "1.1.2",
"description": "Create lists, tables and anything else relating to remote data with ease!",
"main": "./dist/flex-list.js",
"types": "./dist/flex-list.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"flex-list",
"list",
"table",
"sort",
"typescript",
"searching"
],
"repository": {
"type": "git",
"url": "git+https://github.com/everbit-software/flex-list.git"
},
"author": {
"name": "Harry Harrison",
"email": "harryh@everbit.dev",
"url": "https://everbit.dev"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/everbit-software/flex-list/issues"
},
"homepage": "https://github.com/everbit-software/flex-list#readme",
"devDependencies": {
"typescript": "^5.1.6"
},
"files": [
"dist/",
"src/",
"tsconfig.json"
]
}