Files: 3bbf848a52801dc212408be047c6d41ea59e312e / package.json
1515 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 example > icon.svg", |
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", |
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 | "lint-staged": { |
18 | "linters": { |
19 | "*.js": [ |
20 | "prettier-standard", |
21 | "standard", |
22 | "git add" |
23 | ], |
24 | "*.md": [ |
25 | "prettier-standard", |
26 | "git add" |
27 | ] |
28 | } |
29 | }, |
30 | "standard": { |
31 | "globals": [ |
32 | ] |
33 | }, |
34 | "repository": { |
35 | "type": "git", |
36 | "url": "git+https://github.com/ahdinosaur/solarpunk-icon.git" |
37 | }, |
38 | "keywords": [], |
39 | "author": "Mikey <michael.williams@enspiral.com> (https://dinosaur.is)", |
40 | "license": "Apache-2.0", |
41 | "bugs": { |
42 | "url": "https://github.com/ahdinosaur/solarpunk-icon/issues" |
43 | }, |
44 | "homepage": "https://github.com/ahdinosaur/solarpunk-icon#readme", |
45 | "devDependencies": { |
46 | "ava": "^0.25.0", |
47 | "dependency-check": "^3.1.0", |
48 | "husky": "^0.14.3", |
49 | "lint-staged": "^7.0.5", |
50 | "npm-run-all": "^4.0.1", |
51 | "nyc": "^11.7.1", |
52 | "prettier-standard": "^8.0.1", |
53 | "standard": "^11.0.1" |
54 | } |
55 | } |
56 |
Built with git-ssb-web