-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) ยท 1.43 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
49
50
51
52
53
54
55
56
57
{
"name": "lunar-lite",
"version": "0.2.3",
"description": "็ฒพ็ฎ็็ๅๅๅ้ณๅๆฅๆ่ฝฌๆขๅบใ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint . --ext .ts",
"test": "jest --config jestconfig.json --coverage",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SylarLong/lunar-lite.git"
},
"keywords": [
"Solar",
"Lunar",
"ๅๅ",
"้ณๅ",
"ๆฅๆ่ฝฌๆข"
],
"author": "SylarLong",
"license": "MIT",
"bugs": {
"url": "https://github.com/SylarLong/lunar-lite/issues",
"email": "[email protected]"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"eslint": "^8.47.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"lunar-typescript": "^1.7.5"
}
}