-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.03 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
{
"name": "x0js",
"version": "2.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist",
"scripts": {
"pretest": "npm run build",
"test": "nyc mocha",
"cov": "nyc mocha",
"release": "standard-version",
"commit": "cz",
"build": "tsc",
"docs": "npx typedoc"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"link-shortener",
"pastes",
"sharing",
"x0",
"x0tf",
"x0.tf"
],
"author": "MeerBiene",
"license": "MIT",
"dependencies": {
"@aero/centra": "^1.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x0tf/x0js.git"
},
"bugs": {
"url": "https://github.com/x0tf/x0js/issues"
},
"homepage": "https://github.com/x0tf/x0js/#readme",
"devDependencies": {
"chai": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"standard-version": "^9.1.1",
"typedoc": "^0.20.28",
"typescript": "^4.1.5"
}
}