@gouvfr-lasuite/proconnect.crisp
Version:
72 lines (71 loc) • 1.71 kB
JSON
{
"name": "@gouvfr-lasuite/proconnect.crisp",
"version": "0.5.0",
"description": "⚡ Typed Crisp API",
"keywords": [
"crisp",
"integration",
"wrapper",
"api",
"rest"
],
"homepage": "https://github.com/numerique-gouv/proconnect-identite/tree/master/packages/crisp#readme",
"bugs": "https://github.com/numerique-gouv/proconnect-identite/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/numerique-gouv/proconnect-identite.git",
"directory": "packages/crisp"
},
"license": "MIT",
"sideEffects": false,
"type": "module",
"imports": {
"#src/*": {
"types": "./dist/*/index.d.ts",
"default": "./dist/*/index.js"
},
"#testing/*": "./testing/*.ts"
},
"exports": {
"./*": {
"require": {
"types": "./dist/*/index.d.ts",
"default": "./dist/*/index.js"
},
"import": {
"types": "./dist/*/index.d.ts",
"default": "./dist/*/index.js"
},
"types": "./dist/*/index.d.ts",
"default": "./dist/*/index.js"
}
},
"scripts": {
"build": "tsc --build tsconfig.lib.json",
"check": "npm run build -- --noEmit",
"dev": "npm run build -- --watch --preserveWatchOutput",
"test": "exit 0"
},
"mocha": {
"file": [
"test/dotenv.ts"
],
"reporter": "spec",
"require": [
"tsx"
],
"spec": "src/**/*.test.ts"
},
"devDependencies": {
"@gouvfr-lasuite/proconnect.devtools.typescript": "0.0.0",
"@vitest/expect": "^2.1.8",
"chai": "^5.1.2",
"dotenv": "^16.4.5",
"mocha": "^11.0.1",
"tsx": "^4.19.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}