-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 855 Bytes
/
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
{
"name": "symbol2array",
"version": "1.4.15",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint"
},
"author": "MATO Tomoya <[email protected]> (https://github.com/t29mato)",
"repository": {
"type": "git",
"url": "git+https://github.com/t29mato/symbol2array.git"
},
"license": "MIT",
"dependencies": {
"@types/node": "^16.11.1",
"typescript": "^4.4.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.2.5",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7"
}
}