File tree Expand file tree Collapse file tree 2 files changed +171
-171
lines changed
Expand file tree Collapse file tree 2 files changed +171
-171
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " rust-seed" ,
3- "version" : " 0.0.0-development" ,
4- "description" : " It's written in Rust!" ,
5- "main" : " src/main.rs" ,
6- "scripts" : {
7- "format" : " prettier --write ." ,
8- "release" : " semantic-release"
9- },
10- "engines" : {
11- "node" : " >=22.12.0" ,
12- "npm" : " >=11.0.0"
13- },
14- "repository" : {
15- "type" : " git" ,
16- "url" : " https://github.com/kristof-mattei/rust-seed.git"
17- },
18- "author" : " " ,
19- "license" : " ISC" ,
20- "bugs" : {
21- "url" : " https://github.com/kristof-mattei/rust-seed/issues"
22- },
23- "homepage" : " https://github.com/kristof-mattei/rust-seed#readme" ,
24- "devDependencies" : {
25- "@actions/tool-cache" : " 2.0.1" ,
26- "prettier" : " 3.4.2"
27- },
28- "publishConfig" : {
29- "access" : " restricted"
30- }
2+ "name" : " rust-seed" ,
3+ "version" : " 0.0.0-development" ,
4+ "description" : " It's written in Rust!" ,
5+ "main" : " src/main.rs" ,
6+ "scripts" : {
7+ "format" : " prettier --write ." ,
8+ "release" : " semantic-release"
9+ },
10+ "engines" : {
11+ "node" : " >=22.12.0" ,
12+ "npm" : " >=11.0.0"
13+ },
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/kristof-mattei/rust-seed.git"
17+ },
18+ "author" : " " ,
19+ "license" : " ISC" ,
20+ "bugs" : {
21+ "url" : " https://github.com/kristof-mattei/rust-seed/issues"
22+ },
23+ "homepage" : " https://github.com/kristof-mattei/rust-seed#readme" ,
24+ "devDependencies" : {
25+ "@actions/tool-cache" : " 2.0.1" ,
26+ "prettier" : " 3.4.2"
27+ },
28+ "publishConfig" : {
29+ "access" : " restricted"
30+ }
3131}
You can’t perform that action at this time.
0 commit comments