-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 838 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
37
38
39
{
"name": "agere",
"version": "1.8.3",
"description": "codes in just 2 words",
"main": "index.js",
"scripts": {
"format": "prettier --write \"dev/*.ts\" \"./*.js\" \"./**/*.js\"",
"lint": "tslint -p dev/tsconfig.json",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abomisr/agere.git"
},
"keywords": [
"Agere"
],
"author": "Mohammad AbdulHakim",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"agere": "^1.5.6",
"babel-jest": "^29.5.0"
},
"files": [
"index.js",
"lib/*",
"package.json",
"README.md"
]
}