-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "@nondef/ac-tools",
"description": "some tools to manage and edit axiell collectionsdata",
"version": "0.0.8",
"main": "lib/src/index.js",
"scripts": {
"build": "tsc",
"test": "nyc --reporter=lcov mocha --exit --require ts-node/register test/*.ts",
"lint": "tslint '{src,test}/**/*.ts' --fix",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"document": "npx typedoc src/index.ts"
},
"bin": {
"ts-boilerplate": "dist/bin/index.js"
},
"keywords": [
"ts",
"typescript",
"axiell",
"adlib",
"tagged"
],
"author": "Christoph Hoffmann",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"commander": "9.4.1",
"csv-parse": "^5.5.3"
},
"devDependencies": {
"@types/chai": "4.1.2",
"@types/mocha": "2.2.48",
"@types/node": "18.11.10",
"chai": "^4.4.1",
"coverage-badge-creator": "^1.0.19",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"ts-node": "4.1.0",
"tslint": "5.11.0",
"typedoc": "^0.23.28",
"typescript": "^4.9.5"
}
}