-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
44
45
{
"name": "@lume/basicss",
"version": "0.2.3",
"description": "Better default CSS styling for the browser's builtin elements.",
"license": "MIT",
"homepage": "http://github.com/lume/basicss#readme",
"type": "module",
"main": "src/index.css",
"scripts": {
"start": "npm run examples",
"LUME SCRIPTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "",
"clean": "echo Nothing to clean.",
"test": "echo TODO: visual snapshot testing with @web/test-runner",
"test:watch": "echo TODO: visual snapshot testing with @web/test-runner",
"prettier": "lume prettier",
"prettier:check": "lume prettierCheck",
"release:patch": "lume releasePatch",
"release:minor": "lume releaseMinor",
"release:major": "lume releaseMajor",
"version": "lume versionHook",
"postversion": "lume postVersionHook",
"OTHER SCRIPTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "",
"examples": "five-server --open=playground --no-css-inject"
},
"devDependencies": {
"@lume/cli": "^0.14.0",
"five-server": "^0.3.1",
"prettier": "3.0.3"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lume/basicss.git"
},
"bugs": {
"url": "https://github.com/lume/basicss/issues"
},
"keywords": [
"html",
"css",
"styles",
"pure-css",
"gui",
"ui"
]
}