File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " reverse-engineering" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " A curated list of awesome reversing resources" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " remark README.md -f"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/irshadpc/reverse-engineering.git"
12
+ },
13
+ "keywords" : [
14
+ " reverse-engineering" ,
15
+ " engineering" ,
16
+ " reverse"
17
+ ],
18
+ "author" : " wtsxDev" ,
19
+ "license" : " " ,
20
+ "bugs" : {
21
+ "url" : " https://github.com/irshadpc/reverse-engineering/issues"
22
+ },
23
+ "homepage" : " https://github.com/irshadpc/reverse-engineering#readme" ,
24
+ "dependencies" : {
25
+ "remark" : " ^8.0.0" ,
26
+ "remark-cli" : " ^4.0.0" ,
27
+ "remark-lint" : " ^6.0.0" ,
28
+ "remark-lint-alphabetize-lists" : " ^2.0.0" ,
29
+ "remark-lint-are-links-valid-alive" : " ^0.2.1" ,
30
+ "remark-lint-are-links-valid-duplicate" : " ^0.2.1" ,
31
+ "remark-preset-lint-recommended" : " ^3.0.0"
32
+ },
33
+ "remarkConfig" : {
34
+ "plugins" : [
35
+ " remark-preset-lint-recommended" ,
36
+ [
37
+ " remark-lint-list-item-indent" ,
38
+ " space"
39
+ ],
40
+ " remark-lint-alphabetize-lists" ,
41
+ " remark-lint-are-links-valid-duplicate" ,
42
+ " remark-lint-are-links-valid-alive"
43
+ ],
44
+ "settings" : {
45
+ "commonmark" : true
46
+ }
47
+ }
48
+ }
You can’t perform that action at this time.
0 commit comments