-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 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": "@letea/functions",
"version": "2.7.3",
"description": "A function library.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:output": "jest --json --outputFile=.jest-test-results.json",
"readme": "node .readme"
},
"author": "letea",
"license": "ISC",
"export": {
"@jest": "./jest"
},
"dependencies": {
"clipboard": "^2.0.6",
"pangu": "^4.0.7"
},
"devDependencies": {
"@letea/prettier-config": "^0.0.6",
"@letea/useragents": "^1.0.1",
"@quilicicf/markdown-formatter": "^3.0.2",
"eslint": "^7.7.0",
"eslint-plugin-jest": "^23.20.0",
"glob": "^7.1.6",
"jest": "^26.4.0",
"prettier": "^2.2.1"
},
"prettier": "@letea/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/IamLeTea/function-library.git"
},
"homepage": "https://github.com/IamLeTea/function-library"
}