-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 942 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 942 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
36
37
38
39
{
"name": "csv0x",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "./lib",
"src": "./src",
"test": "./src"
},
"dependencies": {},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.10",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.2"
},
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://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@github.com/ilias2026/csv.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ilias2026/csv/issues"
},
"homepage": "https://github.com/ilias2026/csv#readme"
}