summaryrefslogtreecommitdiff
path: root/package.json
blob: fc51023888adaa0c39a75e5306a53485197bff69 (plain) (blame)
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
46
47
48
{
  "author": {
    "email": "paul@inc.sh",
    "name": "Paul Anthony Webb"
  },
  "description": "Icons for !NC projects",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-typescript": "^8.1.1",
    "chronver": "^2020.6.18",
    "del-cli": "^3.0.1",
    "husky": "^4.3.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.38.5",
    "rollup-plugin-svelte": "^7.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "svelte": "^3.32.2",
    "svelte-check": "^1.1.34",
    "svelte-preprocess": "^4.6.7",
    "typescript": "^4.1.5",
    "updates": "^11.4.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "build/index.js"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "npm run test:svelte && npm run build && npm run increment && git add -A :/"
    }
  },
  "license": "BSD-3-Clause",
  "main": "build/index.js",
  "name": "@inc/original-emoji",
  "repository": "https://github.com/IdeasNeverCease/original-emoji",
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "del ./build",
    "compile": "rollup --config rollup.config.ts",
    "increment": "chronver --increment package",
    "test": "run-s test:*",
    "test:dependencies": "updates --update ./",
    "test:svelte": "svelte-check"
  },
  "version": "2021.02.11"
}