-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 982 Bytes
/
package.json
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
{
"name": "@cnamts/design-tokens",
"version": "2.16.13",
"description": "Design Tokens for the French Health Insurance",
"keywords": [
"cnam",
"design-tokens"
],
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
"url": "https://github.com/assurance-maladie-digital/design-system/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "CNAM",
"email": "[email protected]"
},
"files": [
"dist/*",
"src/*",
"*.ts",
"*.scss"
],
"main": "./dist/tokens.js",
"module": "./src/tokens.ts",
"scripts": {
"pre-commit": "lint-staged",
"build": "ts-node --project tsconfig.json --files scripts/build",
"lint": "eslint **/*.ts --fix",
"test": "jest"
},
"devDependencies": {
"@cnamts/eslint-config": "^2.12.0",
"@cnamts/shared": "^2.12.0"
},
"publishConfig": {
"access": "public"
}
}