-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.39 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
45
46
47
48
{
"name": "@ts-collection/utils",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test": "jest"
},
"repository": "git+https://github.com/always-maap/TS-Collection.git",
"keywords": [
"typescript",
"algorithm",
"data structure",
"collections-typescript"
],
"author": "tur1ng <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/always-maap/TS-Collection/issues"
},
"homepage": "https://github.com/always-maap/TS-Collection#readme",
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "7.17.10",
"@babel/preset-typescript": "7.16.7",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.1.3",
"@trivago/prettier-plugin-sort-imports": "3.1.1",
"@types/jest": "28.1.6",
"@types/node": "16.11.43",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"all-contributors-cli": "6.20.0",
"babel-jest": "28.1.3",
"babel-plugin-transform-class-properties": "6.24.1",
"config": "*",
"husky": "7.0.4",
"jest": "28.1.3",
"nodemon": "2.0.19",
"rollup": "2.64.0",
"rollup-plugin-size": "0.2.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.5.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
}
}