UNPKG

883 BJSONView Raw
1{
2 "name": "facon",
3 "version": "2.0.3",
4 "repository": "terkelg/facon",
5 "description": "Create DOM elements with manner",
6 "main": "dist/facon.js",
7 "module": "dist/facon.mjs",
8 "browser": "dist/facon.min.mjs",
9 "unpkg": "dist/facon.min.js",
10 "license": "MIT",
11 "files": [
12 "dist"
13 ],
14 "scripts": {
15 "build": "node builder",
16 "pretest": "npm run build",
17 "prepublishOnly": "npm run build",
18 "test": "tape -r esm test/*.js | tap-spec"
19 },
20 "keywords": [
21 "dom",
22 "view",
23 "html",
24 "string",
25 "utility",
26 "builder",
27 "element",
28 "factory",
29 "literals",
30 "template",
31 "template-literals"
32 ],
33 "devDependencies": {
34 "esm": "^3.2.25",
35 "gzip-size": "^5.1.1",
36 "jsdom": "^16.2.1",
37 "mkdirplz": "1.0.1",
38 "pretty-bytes": "^5.3.0",
39 "tap-spec": "^5.0.0",
40 "tape": "^4.13.2",
41 "terser": "^4.6.6"
42 }
43}