-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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": "stalefish",
"version": "7.4.6",
"description": "Simple function based component library for halfcab tagged template literals",
"main": "index.mjs",
"module": "index.mjs",
"jsnext:main": "index.mjs",
"scripts": {
"test": "npm run test:lint",
"test:lint": "standard \"**/*.mjs\"",
"npm-publish": "npm publish",
"versionbump:fix": "npm version patch --no-git-tag-version",
"versionbump:feature": "npm version minor --no-git-tag-version",
"versionbump:breakingchanges": "npm version major --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lorengreenfield/stalefish.git"
},
"keywords": [
"halfcab",
"nanohtml",
"components",
"css",
"bel"
],
"author": "Loren Greenfield",
"license": "MIT",
"bugs": {
"url": "https://github.com/lorengreenfield/stalefish/issues"
},
"homepage": "https://github.com/lorengreenfield/stalefish#readme",
"devDependencies": {
"halfcab": "^13.0.5",
"standard": "^12.0.1"
},
"dependencies": {
"deep-object-diff": "^1.1.0",
"eslint": "^6.0.1",
"fast-clone": "^1.5.3",
"flatpickr": "4.5.2"
}
}