-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.35 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@aasaam/information",
"version": "0.0.28",
"description": "Information and logo of aasaam software development group",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"aasaam",
"information",
"logo",
"schema"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aasaam/information.git"
},
"homepage": "https://aasaam.github.io/information/",
"devDependencies": {
"check-dts": "^0",
"eslint": "^7",
"eslint-config-airbnb": "^18",
"eslint-config-prettier": "^8",
"eslint-plugin-import": "^2",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-node": "^11",
"eslint-plugin-prettier": "^4",
"eslint-plugin-react": "^7",
"eslint-plugin-security": "^1",
"eslint-plugin-sonarjs": "^0",
"eslint-plugin-sql": "^1",
"lodash": "^4",
"prettier": "^2",
"schema-dts": "^1",
"svgo": "^2",
"tsc": "^2",
"typescript": "^4"
},
"scripts": {
"lint": "eslint .",
"check-type": "check-dts",
"type-check": "tsc --noEmit .",
"svgo": "svgo --config=./.svgo.config.js",
"build:icons": "./bin/build-icons.js",
"build:info": "./bin/build-info.js && ./bin/build-services.js && ./bin/build-make.js"
},
"authors": [
{
"name": "Muhammad Hussein Fattahizadeh",
"email": "m@mhf.ir"
}
],
"license": "CC-BY-NC-4.0"
}