-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@route-builders/oud-operator",
"version": "3.0.13",
"description": "The library to use the string read from OuDia file",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"author": {
"name": "up-tri",
"email": "yaki-shake@up-tri.me",
"url": "https://up-tri.me"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "tsc --clean",
"build": "tsc",
"build:watch": "tsc --watch",
"build:webpack": "webpack",
"prepublishOnly": "tsc",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/route-builders/OudOperator.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/route-builders/OudOperator/issues"
},
"homepage": "https://github.com/route-builders/OudOperator#readme",
"dependencies": {
"@route-builders/oud-to-json": "^2.0.12",
"encoding-japanese": "^2.0.0",
"typescript": "^5.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/encoding-japanese": "^2.0.5",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/parser": "^6.12.0",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"semver": "^7.5.4",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}