-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 Bytes
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
{
"name": "@kanaries/web-data-loader",
"version": "0.1.7",
"description": "data loader tools for common datasource types (in browser)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"dev": "vite",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kanaries/web-data-loader.git"
},
"keywords": [
"data-loader"
],
"author": "jojocys",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kanaries/web-data-loader/issues"
},
"homepage": "https://github.com/Kanaries/web-data-loader#readme",
"devDependencies": {
"typescript": "^3.7.4",
"vite": "^2.9.1"
},
"dependencies": {
"@types/papaparse": "^5.0.3",
"papaparse": "^5.1.1"
}
}