-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 966 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 966 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
{
"name": "libcsv",
"version": "0.2.2",
"description": "",
"main": "dist/libcsv.js",
"types": "dist/libcsv.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/HiraokaHyperTools/libcsv_ts.git"
},
"bugs": {
"url": "https://github.com/HiraokaHyperTools/libcsv_ts/issues"
},
"homepage": "https://github.com/HiraokaHyperTools/libcsv_ts",
"scripts": {
"test": "set \"TS_NODE_PROJECT=tsconfig.test.json\" && mocha --require ts-node/register \"src/test/*.ts\"",
"build": "tsc",
"typedoc": "typedoc --out docs --entryPoints src/libcsv.ts",
"prepare": "npm run-script build && npm run-script typedoc && npm run-script test"
},
"author": "kenjiuno",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"mocha": "^11.7.5",
"ts-node": "^10.7.0",
"typedoc": "^0.22.13",
"typescript": "^4.6.3"
},
"resolutions": {
"nanoid": "3.3.8"
}
}