git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: fc704a02d1ed48331ea440f2de8a5ec2def88696

Files: fc704a02d1ed48331ea440f2de8a5ec2def88696 / package.json

1475 bytesRaw
1{
2 "name": "solarpunk-icon",
3 "version": "0.0.0",
4 "description": "a solarpunk icon generated from JavaScript code",
5 "main": "index.js",
6 "scripts": {
7 "style:format": "prettier-standard '**/*.js' '**/*.md'",
8 "style:lint": "standard",
9 "style": "npm-run-all -s style:format style:lint",
10 "test:deps": "dependency-check . && dependency-check . --extra --no-dev",
11 "test:node": "ava",
12 "test:coverage": "nyc npm run test:node",
13 "test:coverage:report": "nyc report --reporter=lcov npm run test:node",
14 "test": "npm-run-all -s test:node style:lint test:deps"
15 },
16 "lint-staged": {
17 "linters": {
18 "*.js": [
19 "prettier-standard",
20 "standard",
21 "git add"
22 ],
23 "*.md": [
24 "prettier-standard",
25 "git add"
26 ]
27 }
28 },
29 "standard": {
30 "globals": [
31 ]
32 },
33 "repository": {
34 "type": "git",
35 "url": "git+https://github.com/ahdinosaur/solarpunk-icon.git"
36 },
37 "keywords": [],
38 "author": "Mikey <michael.williams@enspiral.com> (https://dinosaur.is)",
39 "license": "Apache-2.0",
40 "bugs": {
41 "url": "https://github.com/ahdinosaur/solarpunk-icon/issues"
42 },
43 "homepage": "https://github.com/ahdinosaur/solarpunk-icon#readme",
44 "devDependencies": {
45 "ava": "^0.25.0",
46 "dependency-check": "^3.1.0",
47 "husky": "^0.14.3",
48 "lint-staged": "^7.0.5",
49 "npm-run-all": "^4.0.1",
50 "nyc": "^11.7.1",
51 "prettier-standard": "^8.0.1",
52 "standard": "^11.0.1"
53 }
54}
55

Built with git-ssb-web