UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@accounts/types",
3 "version": "0.15.0",
4 "description": "Accounts-js Types",
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 "preset": "ts-jest"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/accounts-js/accounts/tree/master/packages/types"
28 },
29 "keywords": [
30 "rest",
31 "graphql",
32 "grant",
33 "auth",
34 "authentication",
35 "accounts",
36 "users",
37 "oauth"
38 ],
39 "author": "Elies Lou (Aetherall)",
40 "license": "MIT",
41 "dependencies": {
42 "tslib": "1.9.3"
43 },
44 "devDependencies": {
45 "@types/jest": "24.0.13",
46 "@types/node": "12.0.2",
47 "jest": "24.8.0",
48 "rimraf": "2.6.3"
49 }
50}