-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
33 lines (33 loc) · 951 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
{
"name": "awesome-creative-technology",
"version": "1.0.0",
"main": "index.ts",
"repository": "[email protected]:j0hnm4r5/awesome-creative-technology.git",
"author": "John Mars <[email protected]>",
"license": "MIT",
"scripts": {
"format": "eslint . --fix",
"generate": "ts-node index.ts",
"add-from-issue": "ts-node add-studio.ts"
},
"dependencies": {
"github-slugger": "^1.4.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/mustache": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"prettier": "2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}