-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
50
51
52
53
54
55
{
"name": "@aletheia-data/aletheia-sdk",
"version": "0.4.2",
"description": "Aletheia SDK",
"main": "AletheiaSDK.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"build": "rollup --config rollup.config.js AletheiaSDK.js --file dist/bundle.js",
"test": "jest",
"test:watch": "jest --watchAll",
"release": "release-it",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "https://github.com/Aletheia-Data/aletheia-sdk"
},
"publishConfig": {
"@aletheia-data": "https://npm.pkg.github.com"
},
"keywords": [
"sdk",
"opendata",
"aletheiadata"
],
"author": "Aletheia Data",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aletheia-Data/aletheia-sdk/issues"
},
"homepage": "https://github.com/Aletheia-Data/aletheia-sdk#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"csvtojson": "^2.0.10",
"jsdoc": "^4.0.2",
"papaparse": "^5.4.1",
"rollup": "^4.5.2",
"taffydb": "^2.7.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"better-docs": "^2.7.2",
"jest": "^29.7.0",
"release-it": "^17.0.0"
},
"release-it": {
"github": {
"release": true
}
}
}