@accounts/types
Version:
Accounts-js Types
56 lines • 2.09 kB
JSON
{
"name": "@accounts/types",
"version": "0.33.2",
"description": "Accounts-js Types",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"src",
"lib"
],
"jest": {
"testEnvironment": "node",
"preset": "ts-jest"
},
"repository": {
"type": "git",
"url": "https://github.com/accounts-js/accounts/tree/master/packages/types"
},
"keywords": [
"rest",
"graphql",
"grant",
"auth",
"authentication",
"accounts",
"users",
"oauth"
],
"author": "Elies Lou (Aetherall)",
"license": "MIT",
"dependencies": {
"tslib": "2.3.1"
},
"devDependencies": {
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"jest": "27.3.1",
"rimraf": "3.0.2",
"ts-jest": "27.0.7"
},
"scripts": {
"clean": "rimraf lib",
"start": "tsc --watch",
"precompile": "pnpm run clean",
"compile": "tsc",
"test": "pnpm run testonly",
"test-ci": "pnpm run lint && pnpm run coverage",
"testonly": "jest",
"test:watch": "pnpm run testonly -- --watch",
"coverage": "pnpm run testonly -- --coverage"
},
"readme": "# @accounts/types\n\n[](https://www.npmjs.com/package/@accounts/types)\n[](https://www.npmjs.com/package/@accounts/types)\n[](https://codecov.io/gh/accounts-js/accounts)\n[](https://github.com/accounts-js/accounts/blob/master/LICENSE)\n\nThis package is a devDependency for most packages of the suite.\n\nIt contains the types used across the accounts-js Suite.\n\n## Installation\n\n```\nyarn add @accounts/types\n```\n\n## Contributing\n\nAny contribution is very welcome, read our [contributing guide](https://github.com/accounts-js/accounts/blob/master/CONTRIBUTING.md) to see how to locally setup the repository and see our development process.\n"
}