forked from marcelscruz/dev-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 858 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
{
"name": "dev-resources",
"author": "Marcel Cruz",
"version": "1.0.0",
"description": "The API for the resources listed on Dev Resources.",
"scripts": {
"update-db": "ts-node utils/db/update-db.js",
"update-readme": "ts-node utils/readme/update-readme.js"
},
"dependencies": {
"@types/node": "^18.11.9",
"eslint": "^7.18.0",
"lodash.deburr": "^4.1.0",
"prettier": "2.2.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelscruz/dev-resources.git"
},
"license": "MIT",
"homepage": "https://github.com/marcelscruz/dev-resources#readme",
"bugs": {
"url": "https://github.com/marcelscruz/dev-resources/issues"
}
}