-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "@crewdle/mist-connector-alasql",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "tsc",
"copy-sdk-types": "cp -r ../web-sdk-types/dist ./node_modules/@crewdle/web-sdk-types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Crewdle/mist-connector-alasql.git"
},
"keywords": [],
"author": "Crewdle",
"license": "ISC",
"bugs": {
"url": "https://github.com/Crewdle/mist-connector-alasql/issues"
},
"homepage": "https://github.com/Crewdle/mist-connector-alasql#readme",
"files": [
"dist/"
],
"devDependencies": {
"@crewdle/web-sdk-types": "^1.0.30",
"@types/node": "^22.0.0",
"@types/papaparse": "^5.3.15",
"typescript": "^5.5.4"
},
"dependencies": {
"alasql": "^4.6.1",
"papaparse": "^5.5.1",
"xlsx": "^0.18.5"
}
}