UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@accounts/error",
3 "version": "0.21.1",
4 "description": "Accounts-js Error",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "publishConfig": {
8 "access": "public"
9 },
10 "scripts": {
11 "clean": "rimraf lib",
12 "start": "tsc --watch",
13 "precompile": "yarn clean",
14 "compile": "tsc",
15 "prepublishOnly": "yarn compile",
16 "test": "yarn testonly",
17 "test-ci": "yarn lint && yarn coverage",
18 "testonly": "jest",
19 "test:watch": "yarn testonly --watch",
20 "coverage": "yarn testonly --coverage"
21 },
22 "jest": {
23 "testEnvironment": "node",
24 "preset": "ts-jest"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/accounts-js/accounts/tree/master/packages/error"
29 },
30 "keywords": [
31 "rest",
32 "graphql",
33 "grant",
34 "auth",
35 "authentication",
36 "accounts",
37 "users",
38 "oauth"
39 ],
40 "author": "Elies Lou (Aetherall)",
41 "license": "MIT",
42 "dependencies": {
43 "tslib": "1.10.0"
44 },
45 "devDependencies": {
46 "@types/jest": "24.0.25",
47 "@types/node": "12.12.14",
48 "jest": "24.9.0",
49 "rimraf": "3.0.0"
50 },
51 "gitHead": "b94bf981b01e368c7e1922bd4ad8f5e4d24eb06e"
52}