-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "airpower",
"version": "1.1.1",
"author": "[email protected]",
"description": "AirPower, 一个基于TypeScript的开发工具包, 内置了数据转换、装饰器、时间日期处理、加解密与散列、文件处理、常用枚举和字典、常见数据结构处理等工具。(Contributor list is just for fun.)",
"scripts": {
"test": "ts-node -r tsconfig-paths/register tests/index.ts",
"lint": "eslint src --ext .ts"
},
"dependencies": {
"@types/crypto-js": "^4.2.2",
"crypto-js": "^4.2.0",
"@types/js-base64": "^3.3.1",
"js-base64": "^3.7.7"
},
"devDependencies": {
"typescript": "~5.3.3",
"@types/node": "^20.11.24",
"ts-node": "^10.9.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3"
},
"main": "src/index.ts",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HammCn/airpower.git"
},
"keywords": [
"AirPower",
"TypeScript",
"Transform",
"OOP"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/HammCn/airpower/issues"
},
"homepage": "https://github.com/HammCn/airpower#readme"
}