-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 880 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
40
{
"name": "easy-version-file",
"version": "1.0.0",
"description": "easy to read/write a VERSION file",
"main": "index.js",
"type": "module",
"scripts": {
"test": "xo --fix && ava && tsd"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"version-file",
"version",
"VERSION",
"latest"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yyz945947732/easy-version-file.git"
},
"author": "yyz945947732 <945947732@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyz945947732/easy-version-file/issues"
},
"homepage": "https://github.com/yyz945947732/easy-version-file#readme",
"devDependencies": {
"ava": "^5.3.1",
"tsd": "^0.29.0",
"typescript": "^5.2.2",
"xo": "^0.56.0"
},
"dependencies": {
"find-up": "^6.3.0"
}
}