-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 KB
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
{
"name": "dattelib",
"version": "1.0.15",
"description": "# DatteLib",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "npx tsc --build tsconfig.json",
"wiki": "npx typedoc --theme github-wiki --out wiki ./src/index.ts",
"build": "npm run wiki && npm run tsc",
"release": "npm run wiki && npx tsc --build tsconfig.json && npx dotenv release-it --only-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukasdatte/DatteLib.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lukasdatte/DatteLib/issues"
},
"homepage": "https://github.com/lukasdatte/DatteLib#readme",
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/readline-sync": "^1.4.3",
"dotenv-cli": "^4.0.0",
"release-it": "^14.4.1",
"typedoc": "^0.22.11",
"typedoc-github-wiki-theme": "^1.0.0",
"typedoc-plugin-markdown": "^3.11.13",
"typescript": "^4.5.5"
},
"dependencies": {
"csv-parse": "^4.15.1",
"csv-stringify": "^5.6.1",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.20",
"readline-sync": "^1.4.10",
"strip-bom": "^4.0.0",
"windows-1252": "^1.0.0"
}
}