git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: 833c11d6f60087413d4aef03eba96ff9cb0e516d

Files: 833c11d6f60087413d4aef03eba96ff9cb0e516d / package.json

1655 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 "start": "node-dev example",
8 "style:format": "prettier-standard '**/*.js' '**/*.md'",
9 "style:lint": "standard",
10 "style": "npm-run-all -s style:format style:lint",
11 "test:deps": "dependency-check . && dependency-check . --extra --no-dev -i es2040",
12 "test:node": "ava",
13 "test:coverage": "nyc npm run test:node",
14 "test:coverage:report": "nyc report --reporter=lcov npm run test:node",
15 "test": "npm-run-all -s test:node style:lint test:deps"
16 },
17 "browserify": {
18 "transform": [
19 "es2040"
20 ]
21 },
22 "lint-staged": {
23 "linters": {
24 "*.js": [
25 "prettier-standard",
26 "standard",
27 "git add"
28 ],
29 "*.md": [
30 "prettier-standard",
31 "git add"
32 ]
33 }
34 },
35 "standard": {
36 "globals": [
37 ]
38 },
39 "repository": {
40 "type": "git",
41 "url": "git+https://github.com/ahdinosaur/solarpunk-icon.git"
42 },
43 "keywords": [],
44 "author": "Mikey <michael.williams@enspiral.com> (https://dinosaur.is)",
45 "license": "Apache-2.0",
46 "bugs": {
47 "url": "https://github.com/ahdinosaur/solarpunk-icon/issues"
48 },
49 "homepage": "https://github.com/ahdinosaur/solarpunk-icon#readme",
50 "devDependencies": {
51 "ava": "^0.25.0",
52 "dependency-check": "^3.1.0",
53 "husky": "^0.14.3",
54 "lint-staged": "^7.0.5",
55 "node-dev": "^3.1.3",
56 "npm-run-all": "^4.0.1",
57 "nyc": "^11.7.1",
58 "prettier-standard": "^8.0.1",
59 "standard": "^11.0.1"
60 },
61 "dependencies": {
62 "es2040": "^1.2.3"
63 }
64}
65

Built with git-ssb-web