-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "theme-shokax-pjax",
"version": "0.0.3",
"description": "pjax for hexo-theme-shokax",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c rollup.config.mjs",
"test": "mocha -r ts-node/register 'test/**/*.ts'",
"test-cov": "c8 --reporter=lcov --reporter=text-summary npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theme-shoka-x/theme-shokax-pjax.git"
},
"author": "D-Sketon",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chai": "^4.3.20",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.8",
"c8": "^10.1.2",
"chai": "^4.5.0",
"jsdom": "^25.0.1",
"mocha": "^10.7.3",
"rollup": "^4.24.0",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"keywords": [
"hexo",
"pjax"
],
"bugs": {
"url": "https://github.com/theme-shoka-x/theme-shokax-pjax/issues"
},
"homepage": "https://github.com/theme-shoka-x/theme-shokax-pjax#readme"
}