generated from HugoDF/jsdoc-type-d-ts-node-pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "inline-remote-assets",
"version": "0.7.0",
"description": "Improve load performance by inlining and optimising remote assets loaded through CDN",
"main": "src/main.js",
"types": "./types.d.ts",
"bin": "./src/cli.js",
"scripts": {
"test": "uvu tests",
"build": "jsdoc -t node_modules/tsd-jsdoc/dist -r src -d .",
"lint": "xo src tests",
"format": "xo src tests --fix",
"fmt": "yarn format",
"example:uncached": "rm -rf .remote-asset-cache && yarn example",
"example": "rm -rf dist && src/cli.js 'fixtures/*.html' -o dist",
"prepack": "yarn build",
"release": "np"
},
"dependencies": {
"find-cache-dir": "^3.3.1",
"meow": "^8.0.0",
"node-fetch": "^2.6.0",
"purgecss": "^3.0.0",
"tiny-glob": "^0.2.6"
},
"devDependencies": {
"jsdoc": "^3.6.4",
"np": "^7.0.0",
"tsd-jsdoc": "^2.5.0",
"uvu": "^0.5.1",
"xo": "^0.37.1"
},
"xo": {
"prettier": true,
"space": true,
"globals": []
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"license": "MIT"
}