-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 888 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
{
"name": "@pearlbea/better-img-nutmeg",
"version": "1.7.5",
"description": "A simple web component that adds a fallback url and error logging function to an image",
"main": "dist/better-img-nutmeg.js",
"module": "dist/better-img-nutmeg.js",
"unpkg": "dist/better-img-nutmeg.min.js",
"types": "dist/better-img-nutmeg.d.ts",
"directories": {
"test": "test"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"better-img-nutmeg",
"nutmeg"
],
"license": "MIT",
"scripts": {
"build": "npx nutmeg build .",
"prebuild": "npx nutmeg clean .",
"prepare": "npm run build -- --production",
"pretest": "npm run build",
"serve": "npx nutmeg serve .",
"test": "npx nutmeg test .",
"watch": "npx nutmeg watch ."
},
"dependencies": {
"@nutmeg/seed": "0.13.0"
},
"devDependencies": {
"@nutmeg/cli": "0.17.2"
}
}